![]() |
How To Create Scrolling Text Boxes in Blog/Wordpress |
You may want to create a scrolling text box with the code to duplicate your audience. Here's how to do it. Copy the following code into your Post Editor's HTML section:
<textarea style="WIDTH: 332px; HEIGHT: 70px" onfocus="this.select();" name="textarea" cols="14">PUT CONTENT HERE</textarea>
it will look like the following :
If you want use background :
<textarea rows="10" cols="40" style="background:#6699ff;">PUT CONTENT HERE</textarea>
it will look like the following :
No comments:
Post a Comment