login  Naam:   Wachtwoord: 
Registreer je!
 Forum

W3C validatie error

Offline Kite874 - 23/08/2006 13:53
Avatar van Kite874Nieuw lid hoi ik krijg een error als ik mijn site laat checken via de W3C validator.

hij zegt dat er een fout is op regel 39 met:
  1. <td colspan="2" background="images/index_12.gif" width="119" height="267">

hier is de complete code van de pagina
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html>
  2. <head>
  3. <title>site</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5. <link href="style.css" rel="stylesheet" type="text/css">
  6. </head>
  7. <body bgcolor="#000000">
  8. <center>
  9. <table id="Table_01" width="700" border="0" cellpadding="0" cellspacing="0">
  10. <tr>
  11. <td colspan="12">
  12. <img src="images/index_01.gif" width="700" height="149" alt=""></td>
  13. </tr>
  14. <tr>
  15. <td colspan="2">
  16. <a href="home.html" target="iframe"><img src="images/index_02.gif" alt="" width="113" height="22" border="0"></a></td>
  17. <td colspan="3">
  18. <a href="about.html" target="iframe"><img src="images/index_03.gif" alt="" width="69" height="22" border="0"></a></td>
  19. <td>
  20. <a href="forum.html" target="iframe"><img src="images/index_04.gif" alt="" width="73" height="22" border="0"></a></td>
  21. <td>
  22. <a href="downloads.html" target="iframe"><img src="images/index_05.gif" alt="" width="98" height="22" border="0"></a></td>
  23. <td>
  24. <a href="links.html" target="iframe"><img src="images/index_06.gif" alt="" width="69" height="22" border="0"></a></td>
  25. <td>
  26. <a href="afiliates.html" target="iframe"><img src="images/index_07.gif" alt="" width="88" height="22" border="0"></a></td>
  27. <td>
  28. <a href="misc.html" target="iframe"><img src="images/index_08.gif" alt="" width="66" height="22" border="0"></a></td>
  29. <td colspan="2">
  30. <a href="contact.html" target="iframe"><img src="images/index_09.gif" alt="" width="124" height="22" border="0"></a></td>
  31. </tr>
  32. <tr>
  33. <td colspan="12">
  34. <img src="images/index_10.gif" width="700" height="70" alt=""></td>
  35. </tr>
  36. <tr>
  37. <td rowspan="2">
  38. <img src="images/index_11.gif" width="12" height="339" alt=""></td>
  39. <td colspan="2" background="images/index_12.gif" width="119" height="267">
  40. <font color="#ffffff">content here</font></td>
  41. <td rowspan="2">
  42. <img src="images/index_13.gif" width="25" height="339" alt=""></td>
  43. <td colspan="7" background="images/index_14.gif" width="526" height="267">
  44. <iframe src="home.html" name="iframe" frameborder="0" width="526" height="267">
  45. </iframe>
  46. </td>
  47. <td rowspan="2">
  48. <img src="images/index_15.gif" width="18" height="339" alt=""></td>
  49. </tr>
  50. <tr>
  51. <td colspan="2">
  52. <img src="images/index_16.gif" width="119" height="72" alt=""></td>
  53. <td colspan="7">
  54. <img src="images/index_17.gif" width="526" height="72" alt=""></td>
  55. </tr>
  56. <tr>
  57. <td colspan="12">
  58. <img src="images/index_18.gif" width="700" height="20" alt=""></td>
  59. </tr>
  60. <tr>
  61. <td>
  62. <img src="images/spacer.gif" width="12" height="1" alt=""></td>
  63. <td>
  64. <img src="images/spacer.gif" width="101" height="1" alt=""></td>
  65. <td>
  66. <img src="images/spacer.gif" width="18" height="1" alt=""></td>
  67. <td>
  68. <img src="images/spacer.gif" width="25" height="1" alt=""></td>
  69. <td>
  70. <img src="images/spacer.gif" width="26" height="1" alt=""></td>
  71. <td>
  72. <img src="images/spacer.gif" width="73" height="1" alt=""></td>
  73. <td>
  74. <img src="images/spacer.gif" width="98" height="1" alt=""></td>
  75. <td>
  76. <img src="images/spacer.gif" width="69" height="1" alt=""></td>
  77. <td>
  78. <img src="images/spacer.gif" width="88" height="1" alt=""></td>
  79. <td>
  80. <img src="images/spacer.gif" width="66" height="1" alt=""></td>
  81. <td>
  82. <img src="images/spacer.gif" width="106" height="1" alt=""></td>
  83. <td>
  84. <img src="images/spacer.gif" width="18" height="1" alt=""></td>
  85. </tr>
  86. </table>
  87. </center>
  88. </body>
  89. </html>


iemand enig idee wat er loos aan is?

3 antwoorden

Gesponsorde links
Offline Ontani - 23/08/2006 13:54 (laatste wijziging 23/08/2006 13:57)
Avatar van Ontani Gouden medailleGouden medailleGouden medailleGouden medaille

-1
height is geen valid html meer voor een td.
los dit op met:

<td style="height: 267px;" >


Edit: ik zie net dat je doctype HTML 4.01 is, dus ik kan niet precies zeggen wat daar nog valid was en wat niet. maar zoals men hieronder al zegt. Gooi die width, height en background-image in een style tag en dat komt zeker inorde.
Offline Voldemort - 23/08/2006 13:55 (laatste wijziging 23/08/2006 13:56)
Avatar van Voldemort PHP ver gevorderde <td colspan="2" background="images/index_12.gif" width="119" height="267">

==>

<td colspan="2" style="background-image:url('images/index_12.gif')" width="119" height="267">

Meer info: http://www.site...p;id=204#2

En height en width doe je best ook in de style.
Offline Kite874 - 23/08/2006 14:03
Avatar van Kite874 Nieuw lid ok thnx hij is nu W3C valid. Het probleem is opgelost met de post van voldemort, maar jij natuurlijk ook bedankt Ontani^_^
Gesponsorde links
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.185s