Re: IV Delimiter error

On Thu, 2 Jan 2003, Cristina Cista wrote:

> When trying to validate http://www.geocities.com/kri_les I am getting the
> following error messages:
> 
> Line 200, column 61: an attribute value literal can occur in an attribute specification list only after a VI delimiter 
>   ...t type="button" value="Change to Purple!" name=""button1"
> 
> Could you please help me out with this problem, since I don't understand where I did wrong.

That's not the friendliest error message, but the problem is the extra 
quotation mark in your "name" attribute value.  Use

name="button1"

instead of

name=""button1"

Regards,

-- 
Liam Quinn

Received on Thursday, 2 January 2003 11:21:04 UTC