Nandupatel

Making text area

Posted in Blogger tutorial by Narendrakumar Patel on 5 January, 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;

Indian Monsters

Row 5 show the height of text area.

Cols 25 show you the width of text area.

Text Area with Select All

Leave a Reply