Firefox and IE shows webiste different

Discussion in 'HTML & Website Design' started by loudness, May 15, 2009.

  1. #1
    Hello
    I have this website

    www.learn-kenpo.com

    It shows fine in Internet Explorer and in Firefox it shows a big empty white space between the header and the first text. I am at loss.

    Anybody got a quick fix for this?
     
    loudness, May 15, 2009 IP
  2. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #2
    I don't see the big empty space but you will never get IE to attempt to perform like other more modern browsers, such as Firefox, without a proper doctype. Put this on your first line:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
    "http://www.w3.org/TR/html4/strict.dtd">

    Then always test your markup in Firefox, or some other modern browser, before looking to see if/when IE screws things up.
     
    drhowarddrfine, May 15, 2009 IP
  3. loudness

    loudness Peon

    Messages:
    70
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    site is fixed.

    thanks!!!
     
    loudness, May 15, 2009 IP
  4. pipes

    pipes Prominent Member

    Messages:
    12,766
    Likes Received:
    958
    Best Answers:
    0
    Trophy Points:
    360
    #4
    What did you do to fix it?
     
    pipes, May 18, 2009 IP