Re: Nested Element Problem

* Marc David Johnson wrote:
>Seem to be having a little 'issue' with the validator and wanted to see if
>anyone had any ideas/solutions.
>
>I have a TEXTAREA tag which is filled with HTML code for people to
>copy-and-paste.

With markup probably. Don't do that. Escape your markup characters, i.e.
< => &lt;
& => &amp;
...

if you want them interpreted as text rather than real HTML elements.

regards,
-- 
Björn Höhrmann { mailto:bjoern@hoehrmann.de } http://www.bjoernsworld.de
am Badedeich 7 } Telefon: +49(0)4667/981028 { http://bjoern.hoehrmann.de
25899 Dagebüll { PGP Pub. KeyID: 0xA4357E78 } http://www.learn.to/quote/

Received on Tuesday, 24 July 2001 12:08:36 UTC