Text Links Ads : Marketing Tips Store : Search Engine Optimization Strategies
WebPosition Gold Pro : Domain Registration Bank : Optilink Software : GoDefy
Mike's Marketing Tools : Mike's Ecommerce Software : Text Links Guide
 
Web HTML-HTML.com
You are here: HTML Codes > Forms > <TEXTAREA ...>

Attributes for <TEXTAREA ...>
COLS
ROWS

Usage Recommendation
thumbs up Use it.

COLS indicates how many characters (not pixels) wide the text area should be. ROWS indicates how many rows should be in the text area. Both attributes are required in the <TEXTAREA ...> tag. These attributes do not set any limit on how much can be typed in, just how much of the textarea is visible.

Here's a comparison between some small and large values of these attributes:


<TEXTAREA NAME="few" COLS=10 ROWS=2></TEXTAREA>


<TEXTAREA NAME="some" COLS=50 ROWS=5></TEXTAREA>


<TEXTAREA NAME="lot" COLS=80 ROWS=20></TEXTAREA>


While the values you choose depend on the situation, we usually find that COLS and ROWS (the second example) give a nice typing space without taking up too much page.

<TEXTAREA WRAP="..."> >>>

Copyright © 2002-8 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com