PDA

View Full Version : Alignment is different in IE than in FF


LenB
03-25-2008, 10:11 AM
Normal left aligned text shows as centered in IE.

Brian
03-25-2008, 11:06 AM
Can you link me to a page on your site where you're seeing this?

Our Sponsors
 

LenB
03-25-2008, 11:14 AM
http://www.longrangehunting.com/content/articles-2/gobbles-echo-throughout-spring-in-southern-arizonas-sky-islands-region-10/

Brian
03-25-2008, 12:15 PM
It looks like that's being caused by some code added to your navbar template. If you'll edit that template, look for this code:
<!-- nav buttons bar -->
<div align="center">

And replace with this:
<!-- nav buttons bar -->
<div>
(just removing the align="center" attribute) then that should take care of the problem.

Our Sponsors
 

LenB
03-25-2008, 12:20 PM
Wow, it worked. We're really on a roll now!