*Text Boxes*


<textarea name="field" rows="6" cols="30" scrolling=AUTO>Your text Goes Here</textarea>

Wanna spruce it up a lil?? Wanna change the text, add a background color, and add a border?? For e.g.:



<textarea rows="6" cols="30" style="background:#your color here" style="font-family:your font here" style="color:#your font color here" "style="border style:solid">Put your text here</textarea>



<textarea rows="6" cols="30" style="background-image: url('image url here')">Your text goes here</textarea>


*Drop Boxes*

Now, let's do drop boxes. To get this:



Copy and Paste The Following Code In Your message box to get the drop box: