When I use the
button on an image it produces the following code:
<div align="center"><img id="lolCatz" height="510" alt="Cheezburger" src="http://cutesoft.net/CMS.Web.UI/filemanager/contentgallery/lol_cat_icanhascheezburger.jpg" width="350" border="0" /></div>
The result is:
I would like to change the button to produce the following since the above does not actual center the image.
<div style="text-align: center"><img id="lolCatz" height="510" alt="Cheezburger" src="http://cutesoft.net/CMS.Web.UI/filemanager/contentgallery/lol_cat_icanhascheezburger.jpg" width="350" border="0" /></div>
The desired result is:
Please help. Thanks