hey,
hvorfor er det ikke tilladt i xhtml 1.1 at have en form inde i en <td>
<table cellspacing="0" cellpadding="0">
<tr>
<td style="width: 70px;">Search</td>
<td valign="top"><form
action="
http://gamebird.dk/games/spiloversigt.php" method="get" id="spil"
style="display:inline;"><input type="text" class="input" size="10"
name="soeg" /></form></td>
</tr>
validator.w3.org fortæller:
1.. Line 4, column 185: document type does not allow element "input" here;
missing one of "ins", "del", "h1", "h2", "h3", "h4", "h5", "h6", "p", "div",
"address", "fieldset" start-tag
...class="input" size="10" name="soeg" /></form></td>
^2.. Line 4, column 192: end tag
for "form" which is not finished (explain...).
...input" size="10" name="soeg" /></form></td>
^
Nogle der har en idé til hvordan det kan løses?
- Pelle