How to make Marquee with a Link ?
-Marquee with a link is used for 'link out', when your visitor want to know what is the contents of your links, how to make it, lets here we stay together learning it
See carefully, when you put your cursor on it, the text will be stop and then you click on the text, it will automactically link out to the other blog web site
Here the code to display in your blog just change the red color with your blog/web
<marquee align="center" direction="up" height="100" onmouseout="this.start()" onmouseover="this.stop()" scrollamount="2" width="100%">
<a href="http://www.kompas.com/" target="new">This link talk about news</a>
<a href="http://www.beternak-hamster.blogspot.com/" target="new">This link talk about Hamster</a>
<a href="http://faceblug.blogspot.com/" target="new">This link about origami </a>
</marquee>
Good Luck ..
0 comments:
Posting Komentar