|
Basics
HTML
Java
Colors
Frames
Tables
Fonts
Graphics
Links
Contact
| |
How do i make images scroll?
If you
don't want to anoy your visitors with all kind of scrolling images then I
wouldn't use this. But anyway, you can make images scroll and you can alsomake
them hyperlinks.
Use the following code, add your own info where you see bold text:
<marquee behavior=scroll direction="left"><a href="http://address
you want to link to><img src="yourimagename.gif
width="yourimagewidth "height="yourimageheight"
border="0"></a></marquee>
|