I have run MyStore through the w3c.org validator and have come up with the same error 16 times, below is just one of the error mesages, I have tried it on two differnt sites that I have setup with the MYstore Quickstart and I am getting the same error on both sites.
please let me know what i can do to correct this error.
Thank you,
Jim
Line 260, Column 93: ID "addtocart" first defined here 
../index.php" method="post" name="addtocart" id="addtocart"> 
Line 328, Column 93: ID "addtocart" already defined 
../index.php" method="post" name="addtocart" id="addtocart">
 
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).
               
                
               
          

 
 
 
 

 
 
