Please help with validation errors

Discussion in 'HTML & Website Design' started by mrcountry, Mar 10, 2012.

  1. #1
    I have searched and searched and tried the different methods and still get the errors. Please tell me where I can find the correct information to correct these errors. Below is the section of code followed by the errors. Thanks in advance

    Code:

    <div align="center">
    <table width="1009" border="1">
    <tr>
    <td width="999">


    Errors:

    Line 452, Column 31: The align attribute on the div element is obsolete. Use CSS instead. <div align="center">
    ✉

    Line 453, Column 44: The width attribute on the table element is obsolete. Use CSS instead. <table width="1009" border="1">
    ✉

    Line 455, Column 33: The width attribute on the td element is obsolete. Use CSS instead. <td width="999"><p>&nbsp;</p>
     
    mrcountry, Mar 10, 2012 IP
  2. wiicker95

    wiicker95 Well-Known Member

    Messages:
    438
    Likes Received:
    37
    Best Answers:
    10
    Trophy Points:
    100
    #2
    LooL.... Do what it says you to do : USE CSS!!!
     
    wiicker95, Mar 10, 2012 IP
  3. ketting00

    ketting00 Well-Known Member

    Messages:
    782
    Likes Received:
    28
    Best Answers:
    3
    Trophy Points:
    128
    #3
    Additionally, look for CSS reset to get out of this headache.
     
    ketting00, Mar 10, 2012 IP
  4. wiicker95

    wiicker95 Well-Known Member

    Messages:
    438
    Likes Received:
    37
    Best Answers:
    10
    Trophy Points:
    100
    #4
    Resets ain't helping with depricated tags...
     
    wiicker95, Mar 10, 2012 IP
  5. ankit1589

    ankit1589 Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    use CSS styles mate
     
    ankit1589, Mar 12, 2012 IP
  6. Dominick

    Dominick Active Member

    Messages:
    100
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    80
    #6
    the suggestion is pretty straight forward. Good luck!
     
    Dominick, Mar 26, 2012 IP