402 XHTMl Errors

Discussion in 'HTML & Website Design' started by theblurr5495, Apr 28, 2009.

  1. #1
    theblurr5495, Apr 28, 2009 IP
  2. hkmike

    hkmike Peon

    Messages:
    38
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    The website shows up fine for me, but I don't think I fully understand your question.
     
    hkmike, Apr 28, 2009 IP
  3. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #3
    Just a few quickie fixes:

    It's <![cdata[, not <[!cdata[

    All instances of & (except in character entities) must be written as entities. E.G., …id=20568eabbd7035efacebfd1d85cb29fb&defaul should be
    …id=20568eabbd7035efacebfd1d85cb29fb&amp;defaul

    You have <p>Related posts:<ol><li>...

    A list may not reside in a paragraph. Do this <p>Related posts:</p><ol><li>...

    Go through and fix all those type errors, and you'll have got a long way toward valid markup.

    cheers,

    gary
     
    kk5st, Apr 28, 2009 IP