- From: Ryan Mosby <ryanmosby@twilightrealm.com>
- Date: Tue, 16 Aug 2005 02:29:26 -0700
- To: www-validator@w3.org
- Message-ID: <4301B1F6.6020505@twilightrealm.com>
Validating http://www.lyrunedale.com/boards/read.php?1,6156
Error [404]: "character X is the first character of a delimiter but
occurred as data"
What I used in my document was:
<select name="addbbcode12" onChange="bbfontstyle('<font face="' +
this.form.addbbcode12.options[this.form.addbbcode12.selectedIndex].value
+ '">', '</font>')" onMouseOver="helpline('ff')">
Error messages:
Warning /Line 751 column 62/: character "<" is the first character of a
delimiter but occurred as data.
|..."addbbcode12" onChange="bbfontstyle('_*<*_font face="' + this.form.addbbcode
|
Warning /Line 751 column 170/: character "<" is the first character of a
delimiter but occurred as data.
|...2.selectedIndex].value + '">', '_*<*_/font>')" onMouseOver="helpline('ff')">|
I read the help topic at http://www.w3.org/TR/xhtml1/#h-4.8, but I
wouldn't be able to follow it if the above isn't in <script></script>
tags, so what do I do? What I have above links to an outer Javascript
source.
Received on Wednesday, 17 August 2005 10:06:17 UTC