2013-02-16, 03:53:55
(2013-02-16, 02:23:21)chaos Wrote: Thanks for your assistance.
No problem.
Try putting <span> tags around your image and text (in the source view of the editor).
ie:
Code:
<span> <img src="image_here.jpg" ><br>My caption. </span>
Or if that doesn't work... might need to put <span style="display:inline-block"> or something.