web design company

Add HTML : How to insert scrolling / sliding text

Here are the codes to insert in
You need to adjust the width (e.g. shown below as 200) to your own preference. So
depending on how much characters or words you have, you can insert accordingly
to replace the width. (The marquee tag only works with the Internet explorer broswer)

HTML Anchor Tag :

<marquee ALIGN="Top" LOOP="infinite" BGCOLOR="#FFFFFF" DIRECTION="left" HEIGHT=30 WIDTH=200>
Scrolling or Sliding Text here... </marquee>

Output :

Scrolling or Sliding Text here...

You can also make your text scroll to the right :

HTML Anchor Tag :

<marquee ALIGN="Top" LOOP="infinite" BGCOLOR="#FFFFFF" DIRECTION="right" HEIGHT=30 WIDTH=200>
Scrolling or Sliding Text here... </marquee>

Output :

Scrolling or Sliding Text here...

You can also make your text bounce back and forwards :

HTML Anchor Tag :

<marquee ALIGN="Top" LOOP="infinite" BGCOLOR="#FFFFFF" behavior=alternate>
Scrolling or Sliding Text here... </marquee>

Output :

Scrolling or Sliding Text here...

You can also make your text scroll up :

HTML Anchor Tag :

<marquee ALIGN="Top" LOOP="infinite" BGCOLOR="#FFFFFF" direction=up>
Text Scrolling up here... </marquee>

Output :

Text Scrolling up here...

You can also make your text scroll down :

HTML Anchor Tag :

<marquee ALIGN="Top" LOOP="infinite" BGCOLOR="#FFFFFF" direction=down>
Text Scrolling down here... </marquee>

Output :

Text Scrolling down here...


Back to Add More HTML
Since 2000 eOneNet.com. All Rights Reserved.