Author | Post | ||
sniperkid |
is it possible to change the background color and font face ?? instead of the boring white with Times New Roman ? |
||
15.08.2005 16:13:04 |
|
||
chameleon |
are talking about windows api or html??? |
||
15.08.2005 18:06:45 |
|
||
sniperkid |
html <textarea>text</textarea> that one i tried stuff like <textarea font face="font" bgcolor="#FFFFFF"> but it dont work |
||
15.08.2005 22:07:35 |
|
||
clyto |
CSS should work.... try something like this: <textarea style="background:blue; color: white; font-family:tahoma">text</textarea> ciao |
||
15.08.2005 22:57:22 |
|
||
sniperkid |
cheers |
||
16.08.2005 07:47:09 |
|