cute_angel10490
04-23-2003, 10:44 PM
please look at this site: http://www.geocities.com/lild3vilishangel/ but that's not my site. The fancy marquee is the one under Holla's. Do you know the code for it?
Thanks
Thanks
|
View Full Version : marquee cute_angel10490 04-23-2003, 10:44 PM please look at this site: http://www.geocities.com/lild3vilishangel/ but that's not my site. The fancy marquee is the one under Holla's. Do you know the code for it? Thanks starlet 04-23-2003, 11:21 PM <MARQUEE DIRECTION=up SCROLLDELAY=10 SCROLLAMOUNT=2 WIDTH=xx HEIGHT=xx STYLE="text-align:justify;filter:wave(add=4, phase=1, freq=3, strength=100);"> whatever you want inside it </MARQUEE> cute_angel10490 04-23-2003, 11:28 PM I tried the code you gave me but not like that. I want the one like the site has. I once saw a code for that on another site but it won't let me in again. starlet 04-23-2003, 11:39 PM That is the code for the marquee like the example you gave...are you putting in a width and height (where the xx's are) otherwise it wont show up...but yeah, that is the code for it. cute_angel10490 04-23-2003, 11:46 PM oh ok thanks. one last question, how do i change the font and color? starlet 04-23-2003, 11:48 PM Just add the font tags above whatever is appearing in the marquee....change the things to your preference... <MARQUEE DIRECTION=up SCROLLDELAY=10 SCROLLAMOUNT=2 WIDTH=xx HEIGHT=xx STYLE="text- align:justify;filter:wave (add=4, phase=1, freq=3, strength=100);"> <font face="arial" size="3" color="red"> whatever you want inside it </MARQUEE> |