Posted - 09/03/2010 : 12:25:40
You've probably seen that the store generated form buttons can be changed to images ASP Version -> https://www.ecommercetemplates.com/help/ecommplus/parameters.asp#buttons PHP Version -> https://www.ecommercetemplates.com/phphelp/ecommplus/parameters.asp#buttons ... but you can also change text to graphics to brighten things up. One common request is to change the details text link to a graphic. To do this add the following to vsadmin/includes.asp xxPrDets="<img src=""images/details.gif"" border=""0"" />" or to vsadmin/includes.php $xxPrDets="<img src=\"/images/details.gif\" border=\"0\">"; Another tweak is to add a graphic to a text entry. We've set up one here for the email a friend link http://www.ectdemostore.com/build-your-own.asp To get the icon there, add this to vsadmin/includes.asp xxEmFrnd="<span style=""vertical-align:text-bottom""><img src=""/images/emailfriend.gif"" alt=""Email a Friend"" width=""16"" height=""16"" border=""0"" /></span> Email a Friend" The vertical align there doesn't make too much difference and can be used without. Andy Ecommerce templatesView the latest ECT newsletterFollow us on Twitter and Facebook
|