|
To add Scrolling text as shown below, you can add the <marquee> </marquee> tags around any text to make them scroll across the page.
= <marquee>Scrolling Text</marquee>
You can also do this will images....the code is below.
= <marquee><img src="image url here"></marquee> |