I've had a look at the help guide about customizing the buttons and I cant get it to work. I only want a simple border around it. The code I have is:
<a href="https://www.e-junkie.com/ecom/gb.php?c=cart&cl=242628&ejc=2" target="ejejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="http://www.e-junkie.com/ej/ejview_cart.gif" alt="View Cart" border="0" align="top"/></a>
<script language="javascript" type="text/javascript">
<!--
function EJEJC_lc(th) { return false; }
// -->
</script>
<script src='http://www.e-junkie.com/ecom/box.js' type='text/javascript'></script>
On the line after {return false} Ive added:
function EJEJC_config() {
EJEJC_BRDRCOLOR = "#009";
EJEJC_BGCOLOR = "#FFF";
EJEJC_OPACITY = 30;}
I found this in the help guide but it doesn't work for me? All I really need is a simple border around the button.
Please help
created
Mar '13
last reply
Mar '13
- 5
replies
- 1.5k
views
- 2
users
- 4
links