-->
How To Create Text Area With Highlight Button

How To Create Text Area With Highlight Button

Blog How to Tricks - Blog tricks to make the text area at blogger has been discussed and learn here. We can modify the text so that the area can more easily used by visitors.

We will learn blog tricks how to make text area with highlight button. This blog tricks to make text area with highlight button make it easier for visitors to copy words / code inside the text area.

Let learn blog tricks to make text area with the highlight button.

Simply copy the code below:

<center><div><form name="copy"><div align="center"><input value="Highlight" onclick="javascript:this.form.txt.focus();this.form.txt.select();" type="button">
<textarea rows="1" cols="22" name="txt" >Write your words/code here that will appear inside text area</textarea></div></form></div></center>

Paste in the place where you will place your text area.

The result will be like this:




Try clicking on the button 'Highlight'

So all the code / words inside will automatically selected, and visitors just copy it only.

This blog tricks to make text area with highlight button is very simple and easy, but have a lot of function.

Happy blogging ..
Read more »
How To Create Text Area

How To Create Text Area

Blog How to Tricks - Text area has a function to place text or sentence in a particular area. Text area is usually used to place the code in the posting or element in your blog.

If you are still confused what is the text area, I can give the following examples:

I have a picture, such as this.



The images have the code:

<a href="http://blog-howtotricks.blogspot.com/" target="_blank"><img src="http://i39.tinypic.com/2a8qioz.jpg" /></a>

To keep your blog visitors can copy the image code you have, you can put it in the text area, for the example like this:



How to create a text area, the code is like this:

<textarea cols="20" rows="4" name="textarea"><a href="http://blog-howtotricks.blogspot.com/" target="_blank"><img src="http://i39.tinypic.com/2a8qioz.jpg" /></a></textarea>


You can change value for 'cols' and 'rows'. Change red text with your text or code that will appear at your text area.
Read more »