View Single Post
  #4 (permalink)  
Old Dec 1st, 2006, 13:09
drd drd is offline
SuperMember

SuperMember
Join Date: Dec 2005
Location: Hampshire, England, UK
Age: 28
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Looks good in FireFox, horrible in IE

In your CSS, try adding text-align: center in the body:

body {text-align: center}

You can turn the text back to left aligned using text-align: left for your other styles like so:

p, h1, h2, h3 {text-align: left}

Might not be the problem, but its a start.
Reply With Quote