tristanofvp
Member
Posted 3 years ago #
Hi, I want to use an image or background image for my buttons. Does any one know how to do that?
I'm using wordpress 2.51 and Buddha Expert theme. My site is http://vandalizedmusic.com and I basically want to put a button background or image for the "Click Here to Lease" area.
Any help would be greatly appreciated.
Thanks,
Tristan
tristanofvp
Member
Posted 3 years ago #
Anyone know how to do this?
tristanofvp
Member
Posted 3 years ago #
Can anyone help me please? :-)
<input value="Click Here to Lease" type="submit">
apply a class to the button AND close it properly
<input class="mybutton" value="Click Here to Lease" type="submit" />
The apply your styles in the stylesheet.
http://www.google.com/search?hl=en&safe=off&pwst=1&sa=X&oi=spell&resnum=0&ct=result&cd=1&q=styling+submit+buttons&spell=1
for using images:
http://www.google.com/search?hl=en&safe=off&q=using+images+as+submit+buttons&btnG=Search
tristanofvp
Member
Posted 3 years ago #
Thanks man, I'll give it a shot!