I managed to install the module and just add the class Caption to the image propriety in FCKeditor as shown in the attached image here. The Image Caption works. I would like to Themeing the CSS
.image-caption-container{}
.image-caption{}
Where do I find these?
Here is the result
http://kurdishacademy.org/?q=node/278
| Comment | File | Size | Author |
|---|---|---|---|
| caption.jpg | 37.46 KB | droshani |
Comments
Comment #1
davidwhthomas commentedHi,
If you want to style the caption further, you need to theme it with CSS in your theme style.css file
You need to add the style definition first
e.g
DT
Comment #2
droshani commentedwhy do not you use the your JS file to allow for styling? You already insert that to the node pages. If I add this to the style.css I need to make changes every time I update Drupal. I believe it should be possible from Image-Caption Admin page to select basic styling. This is more workable and make the module user friendly.
Comment #3
davidwhthomas commentedstyle.css is the appropriate place for adding CSS styling for image captions to your site and respects the purpose of that file.
DT