In Tro Basic HTML Fonts Images Links Marquees Backgrounds Tables FieldSet, TextArea Lists CSS Cursors Divs Page Anchors I Frame Image Maps Music Flash E mail Form Pop Ups Drop Down Menu - MySpace Edits - Center Profile Hide Extended Network Hide Details Section Hide Last Login Hide Contact Box Hide Your Friends Hide General Info. Hide Comments Hide Friends/Comments Hide Search Form Move Contact Box Remove MySpace Links Remove URL Box Resize Comment Images Reverse Com & Friends Scrollable Comments Dot Comers Grey Matter Mega Book Tag Board PHP FTP CHMOD CPanel Scripts Paint Shop Pro Animation Shop Vector Cheat Radio Blog My Space HTML Tester Help Links Color Chart Get-Hosting.net DaRicanBoi.com OrlandoSotoJr.com SoDamnCocky.com MySpace.com/S.D.C. |
To add a Marquee use this code.-:] Code - <marquee>Words or Images </marquee> To add a direction to a Marquee [direction="right"] This one is moving right now it can go right, left, up, or down.-:] Code - <marquee direction="right">Xample</marquee> To add a Behavior to a Marquee [behavior="alternate"] This one is one does not marquee away, it bounces back and forth-:] Code - <marquee behavior="alternate">Xample</marquee> To add a direction to a the alternate Marquee [behavior="alternate" direction="right"] This alternate is movin right now-:] Code - <marquee direction="right" behavior="alternate">Xample</marquee> To add a scrollamount to a the alternate Marquee [scrollamount="1" behavior="alternate" direction="up"] Now the speed of the marquee changes, make it faster or slower and look its moving up and down. -:] Code - <marquee scrollamount="1" direction="up" behavior="alternate">Xample</marquee> To make the marquee travel only a certain distance [height="15%" behavior="alternate" direction="up"] See it only goes a certain lenght, make it longer or shorter.-:] Code - <marquee height="5%" scrollamount="1" direction="up" behavior="alternate">Xample</marquee> If you are using a right or left DIRECTION change Hight to Width. To give a more dramatic marquee effect use this code: -:] Code - <marquee behavior=alternate direction=up width=20%><marquee direction=RIGHT OR LEFT behavior=alternate>Xample</marquee></marquee> To give a more dramatic marquee effect use this code: W O R D -:] Code - <MARQUEE DIRECTION=UP SCROLLDELAY=1 SCROLLAMOUNT=1 WIDTH=25% STYLE="text-align:justify;filter:wave(add=5, phase=10, freq=5, strength=100);"><center><font color="FFFFFF"; size=2><br>W<br>O<br>R<br>D<br></marquee></font></center> To give a more dramatic marqee effect use this code: To pause the marquee when the mouse hovers over it, use this code: <marquee SCROLLAMOUNT="2" DIRECTION="up" onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=2" border="0"></marquee> You should now be able to marquee words or images. Make your image move in any direction [direction="left"] give it a behavior [behavior="alternate"] make it fast or slower [srollamount="1"] and make the marquee travel a certain leght [width="15%"] |