***** HOW TO CREATE MARQUEES V1 ***** ----------------------------------------------------------------------------- Change History 6-11-07: V1 Original file ----------------------------------------------------------------------------- 1. Introduction There are a bunch of messages regarding marquee coding. So you don't have to go searching, the mountain comes to Mohamed. Here are all the marquee instructions in one place... *********************************************************************************************** 2. The Basic Marquee Tag ------------------------ It's very simple. It starts with a tag, like this... Remember that everything starts with a tag. *********************************************************************************************** 3. Some Simple Adjustments -------------------------- Adding width='50%' to the opening marquee tag will adjust the width the marquee uses to 1/2 the normal space. Use any number from something reasonably small to 100% (the default)... Adding behavior='alternate' to the opening marquee tag will cause the marquee to alternate directions (bounce back and forth) ... Adding scrollamount='30' to the opening marquee tag will cause the marquee to speed up (the bigger the number the faster it goes)... Adding scrolldelay='200' to the opening marquee tag will delay the speed of the marquee (the bigger the number, the slower it goes)... Adding direction='right' to the opening marquee tag will change the horizontal direction of the marquee from left to right... *********************************************************************************************** 4. Playing With Colors and Emphasis ----------------------------------- To make the background of the marquee a different color (make a colored stripe, add bgcolor=yellow (or any lighter color) to the opening "marquee" tag... Adding a separate bold tag AFTER the opening marquee tag and a closing bold tag right before the closing marquee tag makes the marquee text bold... To make the text a different color, use a (or any color) tag after the opening "marquee" tag and the close the font tag before the closing marquee tag... *********************************************************************************************** 5. Using Multiple Changes ------------------------- You can stack a lot of these parameters. This is a BOLD red marquee... This is a fast, side-to-side, BOLD red marquee... Want it bigger? Add an set of h1 tags before and after the marquee tag. This is a BOLD red Header 1 marquee...
*********************************************************************************************** 6. Conclusion ------------- Hopefully, this document shows how you can do pretty much anything you want with marquees. Enjoy