Re: edit-submit

Posts: 55
Joined: 10/08/2007
Getting busy with the Ubercode.

can a similar solution be used for the edit-qty issue?

From w3 validator:

Line 160, Column 41: ID "edit-qty" already defined.
<div><input type="hidden" name="qty" id="edit-qty" value="1"  />
An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

Making Valid XHTML Strict By: apeee (23 replies) Wed, 02/13/2008 - 14:32