Posted by Jonathan N. Little on 07/24/05 18:53
Krycek wrote:
> Thanks. It works = removes break lines. But code is still invalid
> becouse <form> can't be nested in <table> withouth <TD>.
Correct, you cannot put FORM tag between TABLE and TR. Entire FORM can
go within a TD pair or encompass the entire TABLE. I think what you are
trying to do the latter is your course. Make a separate table for each form.
<!-- 1st Row -->
<form><table><tr><td> ... </td> ... <td> ... </td></tr></table></form>
..
..
..
<!-- nth Row -->
<form><table><tr><td> ... </td> ... <td> ... </td></tr></table></form>
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|