Never see any posts on the blog is running. If you have not, see an example here. Welcome any posts appear under the header. How do I make it ...?
Script 1.
<marquee>Example Walking Text</marquee>
Result :
This will run from left to right.
Script 2.
<marquee direction="right">Example Walking Text</marquee>
Result:
This will run from right to left.
Script 3.
<marquee onmouseover="this.stop()" onmouseout="this.start()">Example Walking Text</marquee>
Result:
This will run from left to right and if you mouse over the text then he will stop.
If you want to put this Text under the header, follow these steps:
- Login to account blogger
- Select "Layout --> Edit HTML"
- Check the box "Expand Widget Template"
- Find code <div id="content-wrapper">
- Put marquee script above code <div id="content-wrapper">
- Save Template
- Finish
Modifications:
0 comments:
Post a Comment