I have a feeling that you can set this when configuring the IMCE image field, but how would you insert a class or id into the image that is saved in an IMCE field? I am trying to theme the image (align it to the left), but the image is not currently using a Class or ID. Can you add it to the array in the field settings, and if so, how would this look? I'm not a PHP guru, so any help would be appreciated here. Thanks again for the great module. It works wonderfully!
Comments
Comment #1
panis commentedfixed in head.. should add a CSS ID of imceimage-[field-name]-[delta] to every image where field-name is the cck field name, delta is 0 for the first image, 1 for the second and so on when you have multiple images on the same field.
Use firebug or other tool to inspect the field.
You can also override the theme that renders the image via the function in your theme file - and add your own class and other decorations as you wish.
Comment #2
panis commentedComment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.