Does it means that if the inner <form> is replaced with <span> that it might look different (preview different from rendered output)?
Juergen On 11/6/06, Matej Knopp <[EMAIL PROTECTED]> wrote:
Well... Semantically span is an inline element. Form is a block element, as well as div. So I don' think so substituting it for a span is a good idea. Div itself has no styling at all, unless you style it by css. -Matej Martijn Dashorst wrote: > On 11/6/06, Matej Knopp <[EMAIL PROTECTED]> wrote: >> Every inner form is going to be written to output as div. > > Just one last thing: can we substitute the div with a span? A span > typically has no styling and doesn't affect layout, just like forms. > > Martijn >
