Create
Auto Highlight Text area For Blogger
To share your blog codes, back link codes or any
other code. So you need a text area box with auto highlight feature.
Let’s seeHow its Work On Mouse Over
Getting
started:
1. Go to blogger dashboard.
2. Click on layout.
3. Choose Add
a Gadget.
4. Choose HTML/JAVASCRIPT.
5. Copy
& paste below code to it
<textarea
rows="5" cols="15" onfocus="this.select()"
onmouseover="this.focus()"
style="display: inline;"
name="txt" onclick="this.focus();this.select()">
Enter Your Content Here
</textarea>
6. Now Save HTML/JavaScript.
Now you have Done !!!