Friday, November 19, 2010

How do you change font in the style tags for an input class?

%26lt;style%26gt;

textarea.Skem9box {width:435px; height:120px;color:000000;font-size:12pt?br>
input.Skem9sub {width:115px;padding: 4px;color:ffffff;font-size:9pt;||I WANT TO CHANGE THE FONT STYLE HERE.||background-color:cc0000; background-position:left; background-repeat:repeat;border-color:cc?border-style:outset; border-width:1px;}

%26lt;/style%26gt;How do you change font in the style tags for an input class?
The input tag or for a class named 'input'?



you can use font-family: fontname fontname;



or if you have several font changes, you can do

font: 12px verdana #000;

No comments:

Post a Comment