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?