Jump to content

[SOLVED] Textarea font...


Aureole

Recommended Posts

I gave my textarea a class then in the css I defined a font for that class to be used yet it isn't using that font...

 

Just in case you want it, here's the code...

 

#fastreply{

width:866px;

height:150px;

background-color:#242424;

border:1px solid #2E6E98;

font:Verdana;

font-size:14px;

font-weight:normal;

padding:4px;

color:#2593EB;}

 

<input type="textarea" name="fastreply" tabindex="1" id="fastreply" />

 

Link to comment
https://forums.phpfreaks.com/topic/72251-solved-textarea-font/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.