Hey all,
I'm not sure how this can be done. I'd love to have the demo class with my Replicant2 theme along with a caption class. When I add the caption, I loose the border...
I'm going to check into this more...
Thanks in advance.
tm
____________________
Later...
Ok, after checking things out here:
www.w3.org/TR/html4/struct/global.html#adef-class
In order to get both the border and also some other classes, like caption...insert this:
<img src="/images/stories/image.jpg" title="Image Title for Caption" class="caption demo" />
Basically if you are adding multiple classes, just separate them by a space.
Hope this helps others...
tm