View Full Version : link button border


twix2006
07-07-2003, 11:46 AM
i've made a link button for my website..and i forgot to put a white border around it :P so i put in one in the code. BUT..im trying to put it in the code that people copy and paste onto their site..but the border that comes up is blue/purple..how can i get it to be white? herez the code..if im doing something wrong...

code:

<a href="http://blueglass.cjb.net" target="_blank"><img src="http://www31.brinkster.com/twix2006/purple%20button.gif" style="border=1 solid" style="color=#FFFFFF" height=31 width=88></a>

MaGiCSuN
07-07-2003, 11:54 AM
<a href="http://blueglass.cjb.net" target="_blank"><img src="http://www31.brinkster.com/twix2006/purple%20button.gif" style="border:1 solid #FFFFFF" height=31 width=88></a>

between style="" you never you use = but you use : :)

Love,
Mirna

twix2006
07-07-2003, 12:01 PM
ooo..tnx :) it worked