This is the one from my site. A few things you would have to change:
1)
action="/cgi-bin/ss000002.pl"
You need to change the script ID (The number at the end, 2 on mine) to yours. If you are not sure of this just go in to your cart and look what number is in the address bar.
2)
style='border-width:1px; border-color:#003366;'"
This controls the colour of the border around the input box, change to what you want. Mines Navy(ish) blue
and finally 3)
type="image" src="images/index_go.gif" alt="Go!"
this is the path to the image that I am using as my 'go' button, change this to what ever yours is, and you can also change the alternative text (ALT) tag to say what ever you want when hovered over.
Comment