Invalid HTML, what am I doing Wrong?

Discussion in 'HTML & Website Design' started by HPA, Nov 21, 2007.

  1. #1
    HPA, Nov 21, 2007 IP
  2. KaniGT5

    KaniGT5 Active Member

    Messages:
    122
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #2
    Your problem is you are using the actual copyright symbol, the correct way to use this in your situation is to use &copy , this goes for other certain symbols as well.

    If you switch your copyright symbol to &copy, w3c will at least parse the page, and you got about 13 other validation errors you should look into.
     
    KaniGT5, Nov 21, 2007 IP
  3. HPA

    HPA Notable Member

    Messages:
    1,335
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    205
    #3
    And what are these additional 13 errors, how can I fix them? Thanks!
     
    HPA, Nov 21, 2007 IP
  4. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #4
    It validates xHTML transitional now, so I suppose you fixed the errors.
     
    blueparukia, Nov 22, 2007 IP
  5. HPA

    HPA Notable Member

    Messages:
    1,335
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    205
    #5
    Yeah, I did. Thanks for the support guys!
     
    HPA, Nov 22, 2007 IP
  6. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You can also use &#169 ; (but without the space between the 9 and the semicolon since it appears that vBulletin forums actually PARSE the bloody thing) when writing the copyright symbol.
     
    Dan Schulz, Nov 22, 2007 IP