| Author |
Message |
utssace Worker


Joined: Feb 18, 2006 Posts: 155 Location: Virginia
|
Posted:
Sun Jun 10, 2007 11:38 am |
|
Since upgrading from 2.10.00 to .01, my block content is centered instead of aligned to the left. This is only in Internet Explorer. Looks right in Firefox.
Any ideas?
|
|
|
|
 |
Gremmie Former Moderator in Good Standing

Joined: Apr 06, 2006 Posts: 2401 Location: Iowa, USA
|
Posted:
Sun Jun 10, 2007 4:13 pm |
|
RavenNuke switched the DOCTYPE to XHTML transitional instead of HTML 4.0 and apparently there are centering differences between the two. Many of us have had to go into our themes and add align="left" to key TD tags. |
|
|
|
 |
montego Moderator

Joined: Aug 29, 2004 Posts: 7568 Location: Arizona
|
Posted:
Mon Jun 11, 2007 6:55 am |
|
I have changed this to be a sticky and you can also reference this sticky here:
|
|
|
|
 |
mds Client

Joined: Dec 24, 2004 Posts: 194 Location: Michigan
|
Posted:
Tue Jul 10, 2007 9:18 pm |
|
mine was only the forums that centered upon upgrade to 2.10.01
I use iCGstation theme and my issue was this line at the very bottom of themes/iCGstation/forums/overall_header.tpl .. | Code: | | <td align="center" width="100%" valign="middle"> |
i removed "center" so it looks like this | Code: | | <td align="" width="100%" valign="middle"> |
and seems to be back to the normal align left...... |
|
|
|
 |
Gremmie Former Moderator in Good Standing

Joined: Apr 06, 2006 Posts: 2401 Location: Iowa, USA
|
Posted:
Wed Jul 11, 2007 6:55 am |
|
Hi mds, you probably want to put the word left in the quotes to be fully compliant. Glad you figured that out. |
|
|
|
 |
mds Client

Joined: Dec 24, 2004 Posts: 194 Location: Michigan
|
Posted:
Thu Jul 12, 2007 8:19 pm |
|
Thanks for the reply gremmie much appreciated...will go do that right now... |
|
|
|
 |
utssace Worker


Joined: Feb 18, 2006 Posts: 155 Location: Virginia
|
Posted:
Fri Jul 13, 2007 6:18 pm |
|
Thanks for the help montego  |
|
|
|
 |
|
|
|
|