Menu Search |
||||
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: |
||||
Here is a
variation on the basic marquee. The text will slide in from the right and stop
at the left margin. |
||||
But for something
different look at this marquee: |
||||
|
||||
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: |
||||
|
||||
|