Warning: include(/home/.lurky/jenni/star-girl.org/skins/cookiecheck.php) [function.include]: failed to open stream: No such file or directory in /home/jenni/star-girl.org/pages/tutorials/csscgi/textareas.php on line 1

Warning: include() [function.include]: Failed opening '/home/.lurky/jenni/star-girl.org/skins/cookiecheck.php' for inclusion (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/jenni/star-girl.org/pages/tutorials/csscgi/textareas.php on line 1

Warning: include() [function.include]: Filename cannot be empty in /home/jenni/star-girl.org/pages/tutorials/csscgi/textareas.php on line 2

Warning: include() [function.include]: Failed opening '' for inclusion (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/jenni/star-girl.org/pages/tutorials/csscgi/textareas.php on line 2
Textareas


Completely customise your textareas with this short code :)

1. Add this code after the HEAD tag of your page:



2. You can change the font colour, size, family, background colour and border attributes if you like. Instead of 'solid' the border can also be 'dotted' or 'dashed'. Here's how the textarea will look on your page without you editing my code (but without the scrollbar colours):



3. To add a textarea to your page, use this code:

<textarea> Your text/code </textarea> 4. You can also change the size of your textarea by using this code:

<textarea cols=20 rows=5> Your text/code </textarea> Note: You only need to put the beginning and end parts of your CSS code once on a page. So if you use more than one bit of code on your page it will look like this: <style type="text/css"> Code Code Code </style>
Warning: include() [function.include]: Filename cannot be empty in /home/jenni/star-girl.org/pages/tutorials/csscgi/textareas.php on line 36

Warning: include() [function.include]: Failed opening '' for inclusion (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/jenni/star-girl.org/pages/tutorials/csscgi/textareas.php on line 36