View Full Version : spaces between scrolling images


ispakles
11-23-2003, 05:09 AM
Hi! I want to leave a space between two of my scrolling images but I'm not sure how to do that with html. Can someone please help me?

<marquee behavior=scroll direction="left" scrollamount="6"><a href="http://izzyscardcaptors.color.nu"><img src="Affiliatesbutton1.gif" width="88" height="31" border="0" alt="yourimagename"><a href="http://izzyscardcaptors.color.nu"><img src="Affiliatesbutton2.gif" width="88" height="31" border="0" alt="yourimagename"></a></marquee>

Jared
11-23-2003, 05:53 AM
use hspace=1 and vspace=1

ispakles
11-23-2003, 05:59 AM
How and where do you put it into the script?

<marquee behavior=scroll direction="left" scrollamount="6"><a href="http://izzyscardcaptors.color.nu"><img src="Affiliatesbutton1.gif" width="88" height="31" border="0" alt="yourimagename"><a href="http://izzyscardcaptors.color.nu"><img src="Affiliatesbutton2.gif" width="88" height="31" border="0" alt="yourimagename"></a></marquee>