Closed (fixed)
Project:
Image Assist
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2008 at 03:44 UTC
Updated:
9 Jan 2009 at 23:00 UTC
I would like to be able to add a CSS class to images inserted using image Assist. Currently, I can sort of cheat and add a class to the "align" function (so, "align=left unique_class"). But this adds the class to the span which surrounds the image. I want to add a class to the image itself (so, "
Specifically, I am trying to add a lightbox group class so that certain images are excluded from the lightbox slideshow (like images I have in a block that aren't a part of the pages slideshow). To do this, I just need to add a class or 'rel'.
Is there any way to do this?
Thanks,
Maria
Comments
Comment #1
mariagwyn commentedSorry, this somehow is incomplete:
What I want to do is add a unique class or "rel" to the
html.
thanks,
Maria
Comment #2
sunThere is a unique CSS class ("inline"), which you can use in your CSS selector to find the contained image. See also #346597: Inline of images (span class) in 6.x
Comment #3
mariagwyn commentedI solved this, but not exactly as intended. What I wanted was to add a "rel" to the
span.unique-class img {whatever I want}.
m