Making text area

by Nandupatel on January 5, 2009

What is text area. Some time you can’t write down html code in post but now you have choice to write down with text area.


You can copy below code in your post.

<p align=”left”>
<textarea name=”code” rows=”5″ cols=”25″>
Your text here….
</textarea>
</p>

for example;

Row 5 show the height of text area.

Cols 25 show you the width of text area.

Text Area with Select All

Leave a Comment

Previous post:

Next post: