Need a review and last little help

Discussion in 'HTML & Website Design' started by ICE_monky, Aug 24, 2007.

  1. #1
    I fixed my previous problem but now need some last minute help as wll as a review. This site is centered in firefox, but not in IE. http://dunpaintedfarm.com/test/index.html. If anyone can help me out, I would REALLY appreciate it.
     
    ICE_monky, Aug 24, 2007 IP
  2. Fedorpheux

    Fedorpheux Active Member

    Messages:
    710
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    80
    #2
    I'm taking a look at the code to see if I can figure out the centering problem.
    Other than that, it looks pretty good. My one suggestion would be to figure something out for the bottom of the content within the page. The left and right sides of the content have fancy borders and such, but the bottom doesn't and it looks a bit unfinished.
     
    Fedorpheux, Aug 24, 2007 IP
  3. jamesicus

    jamesicus Peon

    Messages:
    477
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I would affix a Valid HTML 4.01 DocType .....

    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">

    ..... at the beginning of the page then Validate the Markup -- to avoid triggering Quirks mode rendering in Graphical Browsers.

    James
     
    jamesicus, Aug 24, 2007 IP
  4. ICE_monky

    ICE_monky Peon

    Messages:
    95
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I'll add that, thanks
     
    ICE_monky, Aug 24, 2007 IP
  5. ICE_monky

    ICE_monky Peon

    Messages:
    95
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    That fixed it, THANKS
     
    ICE_monky, Aug 24, 2007 IP
  6. jamesicus

    jamesicus Peon

    Messages:
    477
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Now what you need to do is run your page through the W3C HTML Validator and fix the thirteen Markup errors -- click on the link that accompanies each error for an explanation and suggested fix.

    James
     
    jamesicus, Aug 24, 2007 IP