View Full Version : picture marquee.. link?


punkgurl7391
12-20-2004, 01:52 AM
hey.. i have pictures in a marquee (here (http://www.xanga.com/punkgurl7391)) and i wanted to know the code for making those pictures links.. like if those are thumbnails, you could click on them and a new window would come up with the full size image. any help would be greatly appreciated ^_^

thanksya!!

retardednerd
12-20-2004, 02:38 AM
it's the same thing as if you wanted to put a link on a word. here's the code:

<marquee direction="left" height="160" scrollAmount="5" onMouseOver="this.scrollAmount=1" onMouseOut="this.scrollAmount=5" onMouseDown="this.scrollAmount=1" onMouseUp="this.scrollAmount=1">
<a href="URL LINK HERE" target="_blank" border="0"><img src="PIC URL HERE"></a>
</marquee>

hope this helps you.

punkgurl7391
12-20-2004, 08:10 PM
mucho thanks!!! ^_^