I have a CSS IE.8 problem...can anyone help?

Discussion in 'CSS' started by womenshealth, Nov 21, 2013.

  1. #1
    I hope someone can help! This is a wordpress site. In IE the site isn't centered...it's correct in all other browsers. http://www.isiscms.net/blugruv/

    I could really use some help.

    Thanks in advance!

    Michelle
     
    womenshealth, Nov 21, 2013 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    You don't have a DTD, so IE is in quirks mode where it is stupid.

    Put this on the first line of your html file:
    <!DOCTYPE HTML>
    Code (markup):
    That should fix things.

    cheers,

    gary
     
    kk5st, Nov 22, 2013 IP
  3. womenshealth

    womenshealth Greenhorn

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    Thank you for taking a look. I tried but it didn't work.
     
    womenshealth, Nov 22, 2013 IP