Brand New Website! / IE Problems

Discussion in 'HTML & Website Design' started by u-bibdotcom, Mar 22, 2009.

  1. #1
    Hello everyone! This is my first website ever to be hosted and I designed everything and tested it on firefox. After putting it on the web and trying to see it with IE every thing is indented to the left about 5 spaces...what can I do to fix this?

    Also if you are viewing this in a browser other than firefox (or firefox to just for kicks) can you look at my site and tell me how it looks

    All comments are welcome! Thanks in advance

    Website:

    www.u-bib.com

    ps: the home page is not very welcoming right now haha the site is for students to generate citations for their sources they use in essays and such
     
    u-bibdotcom, Mar 22, 2009 IP
  2. crunk_monk

    crunk_monk Peon

    Messages:
    55
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I see what you mean, to me me it looks like a simple fix. I would have to see your code.
     
    crunk_monk, Mar 22, 2009 IP
  3. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #3
    You will never get IE to attempt to act like other more modern browsers without a proper doctype. Add this to your first line:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd">

    Then validate your html and css for those lists of errors.
     
    drhowarddrfine, Mar 22, 2009 IP