Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there any way i can change the text size in a html button?

Status
Not open for further replies.

nerram

Programmer
Apr 23, 2003
56
IE
Changing the font type would also be very usefull. All suggestions welcome?
 
Code:
<INPUT type=&quot;button&quot; value=&quot;Submit&quot;
	style=&quot;font-face:Arial;font-size:10px;&quot;>

-pete

 
Take a look at this button... Just substitute what you want.

<input type=&quot;button&quot; value=&quot;Contact Us&quot; onClick=&quot;parent.location='mailto:webmaster@yours.com?subject=Attention Webmaster'&quot; style=&quot;font-size: 10px; font-weight: bold; background: #000000; color: red&quot;>

Regards

visit:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top