PDA

View Full Version : Why is my forum centered on IE?


thincom2000
01-26-2007, 01:08 AM
Every part of my forum that doesn't have an alignment specified is centered on Internet Explorer, yet it is fine on Firefox and Safari.

What is the problem? I noticed that vBulletin.org does not have this issue as I have visited with IE and FF just now. I developed a plugin that doesn't make any sense why it fixes the problem.

Could someone please explain why IE does this and also why this problem doesn't exist on vBulletin.org before I foolishly release this plugin on the site?

ConqSoft
01-26-2007, 01:10 AM
Link?

You probably have an open <div align="center"> somewhere that isn't closed...

thincom2000
01-26-2007, 01:38 AM
I got rid of my div align="center" and replaced it with a fluid table, but the site still centers on IE.

http://www.crackedeggstudios.com/vault/Home-Page

ConqSoft
01-26-2007, 01:40 AM
Near the top:


!-- content table -->
<!-- BEGIN TEMPLATE: spacer_open -->
<!-- open content container -->

<div align="center">

thincom2000
01-26-2007, 01:47 AM
I got rid of that and it's still centering :(
My main.css doesn't say "center" once either.

EDIT: After further investigation, I have discovered that this issue only exists on forumdisplay.

EDIT: Fixed. The problem was in the navbar. Why it only affected forumdisplay and not all pages is beyond me. But at least it's fixed.