John Chadwick
07-26-2009, 03:47 PM
I spent ages trying to find out how to do this so I though I should post it in case anyone else struggles. Of course it may only be me that struggled and everyone else had no problems whatsoever (I'm not paranoid.....am I?).
When the parsed order link is added to your home/order page and is attached to an image (such as an order button), a blue border presents around the image.
Change the code as follows to remove the border;
original code ;
<script>jvmPrintHref('http://YOUR ORDER LINK','<img src=http://www.SERVER IMAGE.jpg>');</script>
remove border code ;
<script>jvmPrintHref('http://YOUR ORDER LINK','<img src=http://www.SERVER IMAGE.jpg border="0">');</script>
Hope this helps
John
When the parsed order link is added to your home/order page and is attached to an image (such as an order button), a blue border presents around the image.
Change the code as follows to remove the border;
original code ;
<script>jvmPrintHref('http://YOUR ORDER LINK','<img src=http://www.SERVER IMAGE.jpg>');</script>
remove border code ;
<script>jvmPrintHref('http://YOUR ORDER LINK','<img src=http://www.SERVER IMAGE.jpg border="0">');</script>
Hope this helps
John