Topic: "textarea boxes...." (page 1 of 1)

1
Author Post
sniperkid
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
is it possible to change the background color and font face ?? instead of the boring white with Times New Roman ?

private message Website
chameleon
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
are talking about windows api or html???
private message
sniperkid
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
html
<textarea>text</textarea>
that one i tried stuff like <textarea font face="font" bgcolor="#FFFFFF"> but it dont work :(
private message Website
clyto
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
CSS should work....
try something like this:
<textarea style="background:blue; color: white; font-family:tahoma">text</textarea>

ciao
private message
sniperkid
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
cheers :wink2:
private message Website

Topic: "textarea boxes...." (page 1 of 1)

1