Hi,
First of all let me tell you that I love JA Purity II, so much that I’ve started implementing it on my website http://www.kevinrohrbach.ch. Thank you so very much for providing it for free!
Would it be possible for you to tell me what tool you used to create the image captions on the demo page? For the time being I just copied the code of the whole div around the image and it works fine, but I wouldn’t mind getting a tool that took away the tediousness of copy/pasting the code and then having to rewrite the image name title, alt etc and just generated the div around the image incl caption etc. It’s not the JCE caption plug-in, is it?
The code I copied, through Firebug, is:
<div class="img_caption left" style="float: left;"><img class="caption" src="images/stories/articles/kayak 008.jpg" alt="A Bremgarten Session" title="A Bremgarten Session" align="left" border="0" />
<p class="img_caption">A Bremgarten Session</p>
</div>
<p>bla bla bla</p>
Thanks a million for any pointers!