|
||
CATEGORIES Home Getting Started HTML Cheat Sheet Webmaster Tools HTML Help Forum Color Codes Link to us |
||||
How to do it To make an image scroll in your marquee instead of text, just replace your text in the marquee, to an image tag. For example, here is a basic marquee tag: <MARQUEE behavior="scroll" direction="left" width="100%">YOUR TEXT GOES HERE</MARQUEE> Which looks like this: Now to change this to a image, just replace YOUR TEXT GOES HERE with an image tag, like this: <MARQUEE behavior="scroll" direction="left" width="100%"><img src="yourimagehere.gif"></MARQUEE> Which will look like this: Privacy Policy | Trademark Notices | User Agreement © 2001 TheHTMlSource.com, INC. All Rights Reserved. |