I am currently using Testimonal Manager on ZenCart 1.3.7 and it works fine, and looks great.
One thing that is confusing me though, is HTML validation.
I use the validator at http://validator.w3.org/ which used to come out clean on my home page, but I am now getting 5 errors - one for each of the testimonials that are displayed:
I would be grateful if anyone has any idea how to correct this.
Validation Output: 5 Errors
- <LI class=msg_err> Line 168, Column 647: ID "catBoxDivider" already defined.…/a></strong></span></p></div><hr id="catBoxDivider" /><b><a href="http://www.
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).
- Line 69, Column 2535: ID "catBoxDivider" first defined here.…br style="line-height: 0;" /><hr id="catBoxDivider" /><br style="line-height:
Bookmarks