Validation problem that I do not understand

admin

Administrator
Staff member
Hi,<br />
<br />
I have just fixed a whole page of errors that came up when I was validating, but there are 2 that I don't quite understand, and do not know how to fix:<br />
<br />
Line 69, column 1: character "<" is the first character of a delimiter but occurred as data <br />
<img src=http://www.htmlforums.com/archive/index.php/"whitebanner.gif" width="0" height="0" border="0" alt="APS"/><br />
^<br />
<br />
Line 69, column 26: an attribute value literal can occur in an attribute specification list only after a VI delimiter <br />
<img src=http://www.htmlforums.com/archive/index.php/"whitebanner.gif" width="0" height="0" border="0" alt="APS"/><br />
^<br />
<br />
Please help,<br />
<br />
Thankyou<!--content-->Oh, the second arrow is actually meant to point to the quotation mark after whitebanner.gif<!--content-->Hard to say without seeing some of the surrounding code. Is it part of an include? Or are you missing the closing ">" on the previous tag?<br />
Have you got a link to the page?<!--content-->because you need a space at the end<br />
<br />
<img src=http://www.htmlforums.com/archive/index.php/"whitebanner.gif" width="0" height="0" border="0" alt="APS" /><br />
<br />
but what is the line before that if that is not the problem.<!--content-->oh i see! i was missing a '>' in the line before that.<br />
<br />
Thankyou both!<!--content-->sorry.. still won't validate.. here's the line before:<br />
<br />
<br />
<body onload="MM_preloadImages('butstaff.gif','butstaff2.gif', 'butvolun.gif', 'butvolun2.gif', <br />
'butcats.gif', 'butcats2.gif', 'buthelp.gif', 'buthelp2.gif', 'butabout.gif', butabout2.gif',<br />
'butevents.gif', 'butevents2.gif', 'butmisc.gif', 'butmisc2.gif')><!--content-->you forgot a quote at the end of that line<!--content-->....'butmisc2.gif')"><!--content-->
 
Back
Top