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 tricks is very simple and easy, but have a lot of function.
Happy blogging ..

