Forum Moderators: open
<form method="post" action="http://ww8.example.com/cf/add.cfm">
<input type="hidden" name="userid" value="A3121922">
<input type="hidden" name="return" value="example.com/Spa/CAtravel.html">
<table class="btable" width="450">
<tbody><tr>
<td class="bt">
<p><span class="buy">Dog Spa Travel Set</span><br>
<input type="hidden" name="product[]" value="CA Dog Travel Set">
</td> <td><p class="buy">$16.00</p></td>
<td>
<input type="hidden" name="price" value="16.00">
<input type="hidden" name="units" value="44">
<input type="submit" value="Buy Now!">
</td></tr></tbody></table>
</form>
The entire page validates in HTML 4.01 Trasnitional, but I am aiming for strict. It will not validate in strict because of the first two input lines and I can't figure out why?
This form is not enclose in any <p> tags, but it is enclosed in a <td> tag of the main table for my page.
[edited by: encyclo at 8:33 pm (utc) on Feb. 6, 2006]
[edit reason] examplified [/edit]