Seite 1 von 1

xhtml validation - 4 errors - wie beheben

Verfasst: 31.10.2010 17:49
von Bine1860
Ich habe hier in einer post den validator.w3 gelesen und nun mein Forum geprüft.
4 errors :o
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,&nbsp;Guest&nbsp;<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,&nbsp;Guest&nbsp;<img src="images/greetings/16.gif" alt="" />&nbsp;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

Re: xhtml validation - 4 errors - wie beheben

Verfasst: 15.11.2010 13:43
von Bine1860
irgendwer bitte?

Re: xhtml validation - 4 errors - wie beheben

Verfasst: 15.11.2010 15:12
von Würzi
Moin,

Codeblöcke setzt man in den bbcode code dann kann man das nämlich auch lesen. :wink:

Du hast deine overall_header.html und overall_header.html falsch bearbeitet.

Siehe hierfür http://de.selfhtml.org/html/index.htm
Wo ein Beginn ist folgt auch ein Ende, wo eine Tabelle beginnt, kommt sozusagen auch ein Ende etc.

Mfg dat Wuerzi