Question:

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

by  |  earlier

0 LIKES UnLike

<style>

textarea.Skem9box {width:435px; height:120px;color:000000;font-size:12pt...

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;}

</style>

 Tags:

   Report

1 ANSWERS


  1. The input tag or for a class named &#039;input&#039;?

    you can use font-family: fontname fontname;

    or if you have several font changes, you can do

    font: 12px verdana #000;

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.