- From: Osmo Saarikumpu <osmo@kotikone.fi>
- Date: Wed, 17 Aug 2005 21:42:16 +0300
- To: Ryan Mosby <ryanmosby@twilightrealm.com>
- Cc: www-validator@w3.org
Ryan Mosby wrote:
> Error messages:
>
> Warning /Line 751 column 62/: character "<" is the first character of
> a delimiter but occurred as data.
As the result page
http://validator.w3.org/check?verbose=1&uri=http%3A//www.lyrunedale.com/boards/read.php%3F1%2C6156
states:
This message may appear in several cases:
* You tried to include the "<" character in your page: you should escape
it as "<"
meaning that "<" should be escaped as "<", e.g.:
...onchange="bbfontstyle('<font face...
The same way you escaped the quotation marks.
HTH,
Osmo
Received on Wednesday, 17 August 2005 18:44:10 UTC