Create a text area in blog posts (easy and effective)

text area function to allow visitors to copy text that is placed on the blog post. usually a code / script. text area can summarize a long text or code (such as scrolls). sample text area:



how to make it?
1. log in on your blog
2. on the dashboard select new post
3. then copied this code in edit html (remember : the code does not appear if you copy in compose)

 
<div><form name="copy"><div align="center"><input onclick="javascript:this.form.txt.focus();this.form.txt.select();" type="button" value="Select All"> </div><div align="center"></div><p align="center"><textarea style="WIDTH: 300px; HEIGHT: 144px" name="txt" rows="100" wrap="VIRTUAL" cols="55">CONTENT WITH YOUR WRITING</textarea></p></div></form>

4. see the result

Good Luck ^^

1 comment:

Please leave a comment !!