ID:270319
 
I am working on a login form and was wondering, is there anyway I could change the background and font color of the textareas?
Thanks for your time.
style="background-color:#000000;"
In response to Artemio (#1)
I have a description var that handles the textarea. How would I implelement it?
In response to Lord of light (#2)
Uh, what?

<textarea style="background-color:#000;">
In response to Artemio (#3)
I have a description var

    HtmlLayout()
return \
{"
<body bgcolor=cccccc>
Name:
[name] <br>
<center>Description: <br>
[description]<br></center>


That's only a part of my layout.
In response to Lord of light (#4)
Wherever you put the actual textarea code, edit it to have the style bit.
In response to Lord of light (#4)
Lord of light wrote:
>   HtmlLayout()
> return \
> {"
> <body bgcolor=cccccc>
> Name:
[name] <br>
> <center>Description: <br>
[description]<br></center>
>

Uhhh...
    HtmlLayout()
return \
{"
<body bgcolor="#cccccc">
Name:
[name] <br>
<center>Description: <br>
[description]<br></center>




O-matic