a way to change font size inside a button

H

Hal Halloway

Is there a way to change font size inside a button?
eg.
<input type="submit" value="Insert into MYSQL">

Can I adjust the font size of: "Insert into MYSQL"

thanks
 
K

Karl Core

Hal Halloway said:
Is there a way to change font size inside a button?
eg.
<input type="submit" value="Insert into MYSQL">

Can I adjust the font size of: "Insert into MYSQL"

Yep - CSS is your friend
 
J

Jukka K. Korpela

Karl Core said:
Yep - CSS is your friend

For example,

<input type="submit" value="Insert into MySQL"
style="font-size:100%">

fixes (on supporting browsers) the problem that by default in most browsers
the button text is smaller than copy text. Note that the percentage relates
to the font size of the enclosing element, not the default font size of the
element itself.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,789
Messages
2,569,634
Members
45,342
Latest member
Sicuro

Latest Threads

Top