Re: [VE][64] TEXTAREA

On Tue, Jan 30, 2007 at 06:38:39PM +0100, coccosol wrote:
>    It's a text area!!! I don't know how to validate that page!
> 
>    Validating [1]http://www.issclan.it/SniperWebSite/support.htm
>    Error [64]: "document type does not allow element X here"

Presumably you want the literal character "<" and not "start of a tag"
(since you can't have HTML elements of any kind inside a textarea)?

Use entities for characters which have special meaning in HTML:
http://www.w3.org/TR/html4/charset.html#h-5.3.2

-- 
David Dorward                                      http://dorward.me.uk

Received on Wednesday, 31 January 2007 18:47:50 UTC