xhtml validation - 4 errors - wie beheben
Verfasst: 31.10.2010 17:49
Ich habe hier in einer post den validator.w3 gelesen und nun mein Forum geprüft.
4 errors
document type does not allow element "span" here; missing one of "th", "td" start-tag
…a, Arial; font-size:11px; color:white">Welcome and hello, Guest <img…
line145
end tag for "tr" which is not finished </tr>
line 147
Zeile 139-150 bei mir:
# <div id="wrapcentre">
#
# <center>
# <table>
# <tr align="center">
#
# <span style="font-family:Verdana, Arial; font-size:11px; color:white">Welcome and hello, Guest <img src="images/greetings/16.gif" alt="" /> good luck at the tables</span>
#
# </tr>
# </table>
# </center>
# <br />
document type does not allow element "div" here
<div align="center">
line 391
end tag for "table" which is not finished
</table>
line 398
Zeile 388-416 bei mir:
# <div id="bottom_logo_ext">
# <div id="bottom_logo">
# <table width="100%" cellspacing="0" cellpadding="0" border="0">
# <div align="center">
# <br />
# Powered by <a href="http://www.pokerplayersplace.com/">poke ... ace.com</a> and <a href="http://www.phpbb.com/">phpBB.com</a>
# <br />
# Design by <a href="http://www.icyphoenix.com" target="_blank">Mighty Gorgon</a> mchat by <a href="http://www.phpbb3bbcodes.com" target="_blank">phpBB3BBCodes.com</a>
# <br />
# </div>
# </table>
# </div>
# </div>
# </td>
# <td class="rightshadow" width="9" valign="top"><img src="./styles/rainbow_pearl/theme/images/spacer.gif" alt="" width="9" height="1" /></td>
# </tr>
# </table>
# </div>
#
# <div style="text-align:center;">
# <span class="copyright">
#
# </span>
# </div>
#
# <a name="bottom"></a>
#
# </body>
# </html>
Leider bin ich völlig ahnungslos bitte kann mir jemand sagen was ich in der (stylesheet.css oder???) ändern muss
Danke
4 errors

document type does not allow element "span" here; missing one of "th", "td" start-tag
…a, Arial; font-size:11px; color:white">Welcome and hello, Guest <img…
line145
end tag for "tr" which is not finished </tr>
line 147
Zeile 139-150 bei mir:
# <div id="wrapcentre">
#
# <center>
# <table>
# <tr align="center">
#
# <span style="font-family:Verdana, Arial; font-size:11px; color:white">Welcome and hello, Guest <img src="images/greetings/16.gif" alt="" /> good luck at the tables</span>
#
# </tr>
# </table>
# </center>
# <br />
document type does not allow element "div" here
<div align="center">
line 391
end tag for "table" which is not finished
</table>
line 398
Zeile 388-416 bei mir:
# <div id="bottom_logo_ext">
# <div id="bottom_logo">
# <table width="100%" cellspacing="0" cellpadding="0" border="0">
# <div align="center">
# <br />
# Powered by <a href="http://www.pokerplayersplace.com/">poke ... ace.com</a> and <a href="http://www.phpbb.com/">phpBB.com</a>
# <br />
# Design by <a href="http://www.icyphoenix.com" target="_blank">Mighty Gorgon</a> mchat by <a href="http://www.phpbb3bbcodes.com" target="_blank">phpBB3BBCodes.com</a>
# <br />
# </div>
# </table>
# </div>
# </div>
# </td>
# <td class="rightshadow" width="9" valign="top"><img src="./styles/rainbow_pearl/theme/images/spacer.gif" alt="" width="9" height="1" /></td>
# </tr>
# </table>
# </div>
#
# <div style="text-align:center;">
# <span class="copyright">
#
# </span>
# </div>
#
# <a name="bottom"></a>
#
# </body>
# </html>
Leider bin ich völlig ahnungslos bitte kann mir jemand sagen was ich in der (stylesheet.css oder???) ändern muss
Danke