PDA

View Full Version : Remove border from parsed order link


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

Donna Walsh
07-26-2009, 05:49 PM
Hi John

Just a change. Do not include the parathesis around the 0.

So it should be:
<script>jvmPrintHref('http://YOUR ORDER LINK','<img src=http://www.SERVER IMAGE.jpg border=0>');</script>

Jay Ball
11-25-2009, 11:15 PM
John, thank you for posting this. It was exactly what I was looking for. And thanks Donna for the clairification.

Jack Sinclair
09-26-2010, 09:42 AM
wow...i suffered the blue border blues for 2 years, and just found the solution here!

Thanks!

Now, if I can ever figure out how to change the text on the order buttons...that would be amazing!