Posted by leenyx on January 10, 2009 at 4:43pm
| Project: | Views carousel |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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,