Invalid Markup with multiple instances of random image mod
Posted: 02 Nov 2009, 07:05
I have three instances of Phoca Gallery Random Image Module on a page (each from different galleries) using Modules Anywhere plugin and when I ran it through the validator, I got this error message
Any thoughts?
I looked for where I could give each a unique div id but do not see how. Is there an easy solution for this? I guess I could live with it, since it does work, but I would like this site to pass validations.# Error Line 949, Column 82: ID "phocagallery-module-ri" already defined
…> Modules Anywhere >>> --><div id ="phocagallery-module-ri" style="text-align
✉
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 thoughts?