Whats breaking this page?

Discussion in 'HTML & Website Design' started by mad4, Jan 3, 2008.

  1. #1
    mad4, Jan 3, 2008 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,850
    Likes Received:
    4,542
    Best Answers:
    123
    Trophy Points:
    665
    #2
    I don't have time to check but search for a site checker or if you use FireFox use firebug to highlight the problems in your html
     
    sarahk, Jan 3, 2008 IP
  3. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #3
    First thing you always do when some browsers are puking is check what you did wrong in the html...
    http://validator.w3.org/check?uri=h...(detect+automatically)&doctype=Inline&group=0
    105 validation errors, most of which IE of course ignores anyway, and stuff like google adsense and widgets and those sorts of things generally never validate anyway.... but it's a good place to find any unclosed tags or that sort of thing.

    In my FF I see bold on Osman and Rajab so not sure what that issue is.

    you've got comments after the closing html tag-- doesn't matter that nobody sees it, there can be NOTHING after </html> no scripts no comments no nothing.

    It continually crashes my fake IE6 for linux but I don't know why... before it dies it shows the comment sections way off to the left and the small right box filling the content box (behind the comment sections).

    There are a few css errors too but I'm betting the problems are either one of the html errors OR there's Css that, while valid, sets bugs off in IE.
     
    Stomme poes, Jan 4, 2008 IP