Using the rhuk_milkyway standard Joomla! template, if I insert a picture in an article, the caption (if I choose to have that) will appear nicely below the picture. I did see in the .css template for rhuk_milkyway there is a .caption section, but even if I include this in the Transparent Bliss template .css, it will not give me captions below my picture.
What I would really like is a picture with caption as suggested in this
link.
The TinyMCE editor puts the following HTML text in place when inserting an image: "<img class="caption" src="images/stories/picture.jpg" border="0" alt="Picture desciption" title="Picture caption" align="left"/>
I'm not a CSS wizard, so I would appreciate if you can help me out here :-)