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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Button Text Size 1

Status
Not open for further replies.

varnix

Programmer
Jan 7, 2002
94
0
0
US
I need to create a submit button with a larger than normal text size and occassionally a button that will be two lines in height (IE with a CRLF in it).

I tried putting a FONT command before and after the <input type='submit' value='My Submit Button'>

but that didn't work.

Any ideas?
 
varnix

google make a large submit button and look at the 2nd choice.
Code:
<INPUT TYPE="SUBMIT" VALUE="Demonstration only"
STYLE="font-family:sans-serif; font-size:large;
font-style:italic; background:#ff0 none; color:#000; width:10em">

moooooooooo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top