also ein kleines problem
ich möchte ja valid code haben, und jetzt hab ich ein kleines problem
kann es sein das der ein problem mit sowas hat:
er bringt mir nämlich nur 5 fehler und das immer mit dem teil da oben...
also meckert der jetzt rum weil ich zwischen <form> und </form> keine vollständige tabelle habe?
ich möchte ja valid code haben, und jetzt hab ich ein kleines problem
kann es sein das der ein problem mit sowas hat:
Code:
102: <table cellpadding="0" cellspacing="0" border="0" width="300" class="table" align="center"> 103: <tr> 104: <td width="100%" colspan="2"><u>Kommentar schreiben</u></td> 105: </tr> 106: <tr> 107: <td width="100%" colspan="2"> </td> 108: </tr> 109: <tr> 110: 111: <form action="" method="post"> 112: <td colspan="2" width="100%"><input class="input0" type="text" name="name" value="Name" onclick="this.value=''"><br></td> 113: </tr> 114: <tr> 115: <td width="100%" colspan="2"> </td> 116: </tr> 117: <tr> 118: <td colspan="2" width="100%"><input class="input0" type="text" name="email" value="Email" onclick="this.value=''"><br></td> 119: </tr> 120: <tr>
Code:
Line 111, column 31: document type does not allow element "FORM" here; missing one of "TH", "TD" start-tag <form action="" method="post"> ^ Line 112, column 32: document type does not allow element "TD" here (explain...). <td colspan="2" width="100%"><input class="input0" type="text" name="name" v ^ Line 113, column 6: end tag for "FORM" omitted, but its declaration does not permit this (explain...). </tr> ^ Line 111, column 2: start tag was here (explain...). <form action="" method="post"> ^ Line 113, column 6: end tag for "TR" which is not finished (explain...). </tr> ^ Line 131, column 101: end tag for element "FORM" which is not open (explain...). ...set" value="zurücksetzen"></form></td> ^
Kommentar