How to create scrolling text/imagesTo make scrolling text or images like below:
Those are created with this simple tag:
<marquee>Your text, image, or codes goes here...anything that you want to scroll.
</marquee>
It's really easy to create scrolling text as you can see. You can add other HTML tags within the <marquee> tags to format the stuff inbetween. These inlcude the <font>, <a>, <img> tags and etc. |