You may want to create a text box with content for your viewers to copy. There is an easy way to do that. Copy the code below into the Edit HTML part of your Post Editor:
<textarea style="width:332px;height:70px;" onfocus="this.select();">PUT CONTENT HERE</textarea>
This will look like the following :
If you want set background :
<textarea style="width:332px;height:70px;background:#6699ff;" onfocus="this.select();">PUT CONTENT HERE</textarea>
This will look like the following :
The post How To Create Scrolling Text Boxes appeared first on Blogger Tips And Tricks|Latest Tips For Bloggers.