Sign up and get sponsored free and support your cause!!!


BASIC HTML
Coding & PHP
Computers
Layout Building
Making Graphics
Photoshop
Stylesheet/CSS
Wordpress
VIDEO TUTORIALS
EXTRAS



« Go back to Trixinity.net

Textareas

This tutorial is going to teach you to customize your own textareas with a basic css template! A textarea is a box that allows website owners to add code or text without it being hidden into a page, it's sort of like an offering tool.

1. Add this code anywhere in between the <HEAD></HEAD> tags of your page:



2. You can change the font color, size, font family [ex: tahoma, georgia], background colour [using color codes or basic "red" or "black" 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 colors):



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 that comes with the code I gave you, it should look like this:
width:200px; height:70px;
You can make it wider with the width and taller with the height, just change the pixel numbers.







Back to TutorialsHomeHelpContactPrivacy
© Copyright 2008. Nicky - Trixinity.net. All Rights Reserved.