Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I can do it in a plain html form like:new CGI->textarea(-name=>'name',-default=>'default', -rows=>3, -column +s=>50),
Just don't know how to put it into my scripts, any pointers would be much appreciated.<FORM METHOD=post ACTION="/cgi-bin/example.cgi"> <TEXTAREA wrap="virtual" name="comments" rows=6 cols=20 STYLE="backgro +und:#EAE8E8">
Jonathan.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Background color for a cgi textarea
by Fletch (Bishop) on Mar 26, 2004 at 14:35 UTC | |
by neniro (Priest) on Mar 26, 2004 at 16:15 UTC | |
by BUU (Prior) on Mar 26, 2004 at 21:46 UTC |