Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: FireFox and IE6 Discrepancies  (Read 6185 times)

0 Members and 1 Guest are viewing this topic.

smartwebs

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 29
FireFox and IE6 Discrepancies
« on: June 12, 2006, 06:32:00 pm »

Hi there,

In firefox (my preferred browser) the screen is aligned to the left as it should be, but in IE6 (85% of customers use this) the text is always centered ???

Does anyone know why this occours, I have been through every line of the style.css, copied line by line our previous style.css to the Sample css
and been through every line of the theme.php but without success.

I have tested in all browsers and the only one in which this occours is IE6

If anyone knows how I can fix this I sould be most grateful

« Last Edit: June 13, 2006, 05:14:30 am by TranzNDance »
Logged
M

Nibbler

  • Guest
Re: FireFox and IE6 Discrepancies
« Reply #1 on: June 12, 2006, 06:32:54 pm »

Please post a link. Also update your gallery.
Logged

smartwebs

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 29
Re: FireFox and IE6 Discrepancies
« Reply #2 on: June 12, 2006, 06:39:22 pm »

the Link is http://hanwells.net/showroom/

I will upgrade as soon as I can

Thanks
Logged
M

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: FireFox and IE6 Discrepancies
« Reply #3 on: June 12, 2006, 07:08:17 pm »

Your Table align value is "center" and since you didn't set any align value for td it will show it's content as "center"
you should change align value of table to "left" or set align value "left" for td
Logged
‍I don't answer to PM with support question
Please post your issue to related board

smartwebs

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 29
Re: FireFox and IE6 Discrepancies
« Reply #4 on: June 12, 2006, 07:33:09 pm »

Thanks for that, but is this is in the style.css, theme.php or where?
Logged
M

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: FireFox and IE6 Discrepancies
« Reply #5 on: June 12, 2006, 07:43:11 pm »

it should be on theme.php you shoud find this:
Code: [Select]
// HTML template for the category list
$template_cat_list = <<<EOT
<!-- BEGIN header -->
        <tr>
                <td class="tableh1" width="80%" align="left"><b>{CATEGORY}</b></td>
                <td class="tableh1" width="10%" align="center"><b>{ALBUMS}</b></td>
                <td class="tableh1" width="10%" align="center"><b>{PICTURES}</b></td>
        </tr>
<!-- END header -->
<!-- BEGIN catrow_noalb -->
        <tr>
                <td class="catrow_noalb" colspan="3"><table border="0"><tr><td align="left">{CAT_THUMB}</td><td align="left"><span class="catlink"><b>{CAT_TITLE}</b></span>{CAT_DESC}</td></tr></table></td>
        </tr>
<!-- END catrow_noalb -->
<!-- BEGIN catrow -->
        <tr>
                <td class="catrow" align="left"><table border="0"><tr><td>{CAT_THUMB}</td><td><span class="catlink"><b>{CAT_TITLE}</b></span>{CAT_DESC}</td></tr></table></td>
                <td class="catrow" align="center">{ALB_COUNT}</td>
                <td class="catrow" align="center">{PIC_COUNT}</td>
        </tr>
        <tr>
            <td class="tableb" colspan="3">{CAT_ALBUMS}</td>
        </tr>
<!-- END catrow -->
<!-- BEGIN footer -->
        <tr>
                <td colspan="3" class="tableh1" align="center"><span class="statlink"><b>{STATISTICS}</b></span></td>
        </tr>
<!-- END footer -->
<!-- BEGIN spacer -->
        <img src="images/spacer.gif" width="1" height="7" border="" alt="" /><br />
<!-- END spacer -->

EOT;
on theme.php , after <!-- BEGIN catrow_noalb --> you should add
Code: [Select]
align="left" to first td
if you didn't have $template_cat_list on your theme.php copy paste it from sample theme
hope this work
Logged
‍I don't answer to PM with support question
Please post your issue to related board

smartwebs

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 29
Re: FireFox and IE6 Discrepancies
« Reply #6 on: June 12, 2006, 10:39:08 pm »

Thanks for that, I did'nt have   $template_cat_list  on my theme.php
but copied and pasted from the sample as suggested.

Unfortunately it does not seem to have worked and everything is exactly the same  ..... Only in IE6 though.

Strange ........... Back to the drawing board, I guess

If there are any other suggestions I'd be pleased to hear them.

Thanks again
Logged
M

Nibbler

  • Guest
Re: FireFox and IE6 Discrepancies
« Reply #7 on: June 12, 2006, 10:43:09 pm »

You'd probably get more help if you don't obscure the Powered by Coppermine footer. Just a thought.
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: FireFox and IE6 Discrepancies
« Reply #8 on: June 12, 2006, 10:52:22 pm »

- First as Nibbler said:Don't hide "powered by coppermine"
- are you sure that you add that
Code: [Select]
align="left" ?
« Last Edit: June 13, 2006, 02:03:20 am by bmossavari »
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: FireFox and IE6 Discrepancies
« Reply #9 on: June 12, 2006, 10:54:39 pm »

No support at all for people who hide the footer. Please ignore "smarter" unless he puts the footer back as it needs to be.
Logged

smartwebs

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 29
Re: FireFox and IE6 Discrepancies
« Reply #10 on: June 13, 2006, 12:50:03 am »

My appologies, I did'nt realise it had gone

I have rectified
and yes I'm positive that  align="left" is there

Thanks
« Last Edit: June 13, 2006, 12:55:10 am by smarter »
Logged
M

Nibbler

  • Guest
Re: FireFox and IE6 Discrepancies
« Reply #11 on: June 13, 2006, 01:12:31 am »

You didn't add the code. If you add the code in as suggested then it works, I just tried it.

Code: [Select]
<td class="catrow_noalb" colspan="3" align="left">
Logged

smartwebs

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 29
Re: FireFox and IE6 Discrepancies
« Reply #12 on: June 13, 2006, 03:28:28 am »

Thank you, that works just fine and dandy
Logged
M
Pages: [1]   Go Up
 

Page created in 0.022 seconds with 19 queries.