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!

Default font in IE seems to be different for buttons and input...

Status
Not open for further replies.

KevinCO

Programmer
Oct 2, 2001
45
0
0
US
I have the default font for my IE set to Times Roman. My form input defaults are another font. I am using a textarea tag with other input and I want to change the time roman font in the textarea tag to match the font face that the form inputs are(buttons, text) but I don't know where to find that info. Any help would be greatly appreciated.
 
Hi Kevin,
I have attached a code which would provide u a reqd output as u desired.

<FORM METHOD=POST Name=&quot;frm&quot;>
<TEXTAREA style=&quot;font-family:ARIAL&quot; NAME=&quot;txtArea&quot; ROWS=&quot;3&quot; COLS=&quot;17&quot;>this is wat is want</TEXTAREA>
</FORM>

Plz revert bak to me if u have any doubt.

Vishnu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top