Active
Project:
Views carousel
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2009 at 16:43 UTC
Updated:
10 Jan 2009 at 16:43 UTC
First thanks for this great module. I am trying to use it on a car dealer website that I am prototyping but when I try to validate the code I got two errors. These are for duplicated ID's in the code.
Line 121, Column 62: ID "viewscarousel-rajmotors" already defined .
…rousel viewscarousel-horizontal" id="viewscarousel-rajmotors"><div class="ite
✉
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).
any idea on how to fix this?
Thanks,