Forum Moderators: not2easy
The best solution I have so far is:
<div class="imgright">
<img src=etc. etc.>
<br />
<span>Caption here</span>
</div>
This requires a "float:right" for div.imgright, plus whatever formatting you want on the div or the caption (span).
You can use <p> tags for the caption but this won't work nicely under IE 5.2 for Mac. The break/span combination is a bit messy but works best across multiple browsers IMHO.