How to create an textarea

On Monday, October 17, 2011 0 comments
How do I create an textarea? What is the utility textarea? Code to create a textarea. HTML code is not displayed as it is in our posts, must use the object code and one of them is to use the text area. Read here if you want to know how to display HTML code in our blog post.


Besides useful for displaying HTML code in blog posts, we can also use the text area as a place to display the HTML code link our blog visitors making it easier to copy the HTML code. So, how do I donk?

To create a text area is actually very easy, simply copy the code below and paste it in your post or in the widget bar if you want to display to your blog.

<p align="center"><textarea name="code" rows="7" cols="21">Write your text or html code here</textarea></p>

So the results you get will be like this:


There are versions or other models that we can use the Highlight All button to add a text area. Please copy the code below to make it :

<div><form name="copy"><div align="center"><input onclick="javascript:this.form.txt.focus();this.form.txt.select();" type="button" value="Highlight All"> </div><div align="center"></div><p align="center"><textarea style="WIDTH: 301px; HEIGHT: 145px" name="txt" rows="100" wrap="VIRTUAL" cols="55"> Write your text or html code here</textarea></p></div></form>

So the results you get will be like this:


How? Easy is not in the process of making the textarea. If there are less understood or less clearly can ask in the comments box below.

Best regards

More Article:

0 comments:

Post a Comment