Menu

Search
Fun Stuff
  How do you make a Marquee change direction?
If you want it to go in a different direction, type in "right" instead of "left", or "up" and even "down" in your basic marquee code using the DIRECTION tag:

<MARQUEE DIRECTION="choose direction"> Your message here </MARQUEE>

You can make a marquee go backwards and forwards between the margins by using the BEHAVIOR="alternate" tag:

Note BEHAVIOR is spelt the American way.

<MARQUEE BEHAVIOR="alternate"> Your message here </MARQUEE>

This is how it looks:
Your message here

  back to the top
 

Here is a variation on the basic marquee. The text will slide in from the right and stop at the left margin.

Add this tag:

<MARQUEE BEHAVIOR="slide" DIRECTION="left"> Your message here </MARQUEE> Your message here

You might need to reload to see it in action.

back to the top
But for something different look at this marquee:

In this marquee you can add hyperlinks.
Click here!
You can even add graphics:
Dragon


You can change the font type, colour and size by adding the FONT tag before the marquee, remember to close the FONT tag at the end of the marquee. Also, you can make any of your marquee messages a hyperlink by adding the <A> tag before and after your message.

Here is the code for the marquee above which you can copy and paste into Notepad:
 

  back to the top
 
back   next