Hello,
I was wondering if it's at all possible to alter the html associated with various buttons on the toolbar etc. For instance, if I wanted the image uploading function to produce code like this:
<div class="photo"> <img src="http://www.whatever.com/example" /> <p class="caption">Write the caption here</p> </div>
Would that be possible?
Thanks a lot