I need some asisstance validating my site Please

Discussion in 'HTML & Website Design' started by Rick-cashsurveysnow, Sep 4, 2006.

  1. #1
    I am a noobie and trying to learn web design. I am doing ok but have not been able to learn correct html to get validated.
    Can someone take a look at my site and teach me what I am doing wrong? http://www.cashsurveysnow.com
    Thanks
     
    Rick-cashsurveysnow, Sep 4, 2006 IP
  2. mike323

    mike323 Well-Known Member

    Messages:
    1,594
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    160
    #2

    Well, it's not that bad. Only 12 errors came up:
    start here

    Go through the errors indicated and remove or fix the codes.

    Tables are not a valid attribute, for starters. Try <div></div> instead.

    This is a good site to learn: http://www.w3schools.com/

    You're lucky, though. It shouldn't be too hard to fix 12 errors. Just go through them one by one.
     
    mike323, Sep 5, 2006 IP
  3. E8MC

    E8MC Peon

    Messages:
    43
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Well; I came up with a different count of errors and don't like using the W3C Validator, as it's not that accurate and doesn't tell you how to fix them...

    line 13 column 3 - Warning: <table> proprietary attribute "height"
    line 16 column 9 - Warning: <table> proprietary attribute "background"
    line 23 column 9 - Warning: <table> proprietary attribute "height"
    line 44 column 9 - Warning: <table> proprietary attribute "height"
    line 96 column 79 - Warning: <font> proprietary attribute "table"
    line 96 column 79 - Warning: <font> proprietary attribute "width"
    line 96 column 79 - Warning: <font> proprietary attribute "height"
    line 96 column 79 - Warning: <font> proprietary attribute "border"
    line 96 column 79 - Warning: <font> proprietary attribute "cellspacing"
    line 96 column 79 - Warning: <font> proprietary attribute "cellpadding"
    line 100 column 15 - Warning: <a> attribute "target" has invalid value "_new"
    line 101 column 81 - Warning: <font> proprietary attribute "table"
    line 101 column 81 - Warning: <font> proprietary attribute "width"
    line 101 column 81 - Warning: <font> proprietary attribute "height"
    line 101 column 81 - Warning: <font> proprietary attribute "border"
    line 101 column 81 - Warning: <font> proprietary attribute "cellspacing"
    line 101 column 81 - Warning: <font> proprietary attribute "cellpadding"
    line 166 column 11 - Warning: <hr> proprietary attribute "color"
    line 187 column 12 - Warning: <iframe> proprietary attribute "hspace"
    line 187 column 12 - Warning: <iframe> proprietary attribute "vspace"
     
    E8MC, Sep 5, 2006 IP