okrohne schrieb:
Hi,
if I use a textarea like this:
<textarea name="test" id="test_textarea" rows="8" cols="30"
class="input_text" title="test" />
all subsequent html markup is shown in the textarea.
If I use the textarea in this way everything is okay.
<textarea name="test" id="test_textarea" rows="8" cols="30"
class="input_text" title="test">
</textarea>
Is this a known issue?
Thanks,
Oliver
Hi Oliver,
the closing tag for <textarea ...> is required.
See http://www.w3.org/TR/html4/interact/forms.html#h-17.7 for details.
HTH
Tom
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]