View Full Version : Alignment is different in IE than in FF
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?
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.
Wow, it worked. We're really on a roll now!
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.