Page 1 of 1

multi order button color

PostPosted: Sat Jul 17, 2004 10:13 am
by Phil Spinelli
Anyone know how to change color from the default gray to maybe red.

<input type=submit value="-- Add Selected Items to Cart --">

creates the button, is there a code to add for color?

thanks,
Phil
BigSupplementSale.com

Re: multi order button color

PostPosted: Sat Jul 17, 2004 12:23 pm
by Rob
You could use something like:

<input type="submit" value="Submit" style="background-color: #FF0000;
border:1px solid; border-color:#FF0000; font-family: verdana;
font-size:12px; color:#000000">

Rob

Anyone know how to change color from the default gray to maybe red.

input type=submit value="-- Add Selected Items to Cart --"

creates the button, is there a code to add for color?

thanks,
Phil
BigSupplementSale.com