How to make a marquee blogroll
Posted by
nimzoindy
Labels:
Miscellaneous
How to make marquee blogroll? Below i will give you some tutorial.
1st, go to customize > then layout.
Choose add html/javascript. Paste below code :
<marquee scrolldelay="60" direction="up" onmouseover="if (this.stop) { this.stop() }"
height="110" onmouseout="if (this.start) { this.start() }" scrollamount="1">
<p>
<a href="Put your friends web address here">Put blog title here</a></p><p>
</marquee>
<marquee scrolldelay="60" direction="up" onmouseover="if (this.stop) { this.stop() }"
height="110" onmouseout="if (this.start) { this.start() }" scrollamount="1">
<p>
<a href="Put your friends web address here">Put blog title here</a></p><p>
</marquee>
Done!
Subscribe to:
Post Comments (Atom)
Post a Comment