Posted by Beauregard T. Shagnasty on 01/11/06 02:52
Michael wrote:
> Am I allowed to do: <span><form ..>...</form></span> or will certain
> browsers choke?
<span> is an inline element and can only contain .. well .. inline
things. <form> is block-level element.
You could put a form inside a <div>, but it would help to know the
reason you want to do this. URL of page?
This will help:
http://validator.w3.org/
--
-bts
-Warning: I brake for lawn deer
[Back to original message]
|