How can I change what a button does?

  •  04-03-2008, 1:45 PM

    How can I change what a button does?

    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

    Filed under:
View Complete Thread