Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/blackst/public_html/tutorials/textarea.php on line 1
Warning: include(http://black-stripes.net/header.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/blackst/public_html/tutorials/textarea.php on line 1
Warning: include() [function.include]: Failed opening 'http://black-stripes.net/header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blackst/public_html/tutorials/textarea.php on line 1
Textarea
This tutorial will show you how to get fancy textareas that match your CSS. This is my textarea;
1. Add this to your CSS, and change it to your like;
textarea {
color: #f843b8;
text-transform: normal;
background: #ffffff;
font-size: 11px;
line-height:9px;
font-weight: normal;
text-decoration: none;
font-family: tahoma;
text-align: left;
border-width: 1px;
border-style: solid;
border-color: #ffffff;
}
2. Then use this code where you want the textarea.
<textarea>your text here</textarea>re</u>
Warning: include() [function.include]: http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/blackst/public_html/tutorials/textarea.php on line 30
Warning: include(http://black-stripes.net/footer.php) [function.include]: failed to open stream: no suitable wrapper could be found in /home/blackst/public_html/tutorials/textarea.php on line 30
Warning: include() [function.include]: Failed opening 'http://black-stripes.net/footer.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/blackst/public_html/tutorials/textarea.php on line 30