I\'ve run into a curious problem; I\'ve got a form inside a , however the form refuses to wrap any tags inside it. I\'ve made a quick JSFiddle here to
-
2021-01-04 10:51
The tag can only be placed inside a element or outside the in this case.
If I were you, I'd just put the around the whole table since you said there won't be any other forms within it.
Or, you could replace the completely with s instead that use display: table; or display: table-cell;.
|