bLondcHerryx9
10-04-2004, 03:09 AM
Hey, I'm looking for a thing that has a few boxes and has little marquees going inside the boxes. Heres an example-- www.xanga.com/LisA_LuBs_PinK can some one possibly give me this code or find it for me! I dont know where to look for these things! Thanks..!
kitty_katt07
10-04-2004, 03:34 AM
I believe it's this
<fieldset>
<marquee direction="left" height=35 width=35 scrollamount="2"><font
color=#ffa8cb
family="arial" size=1>
TEXT</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="down" height=35 width=35 scrollamount="1"><font
color=#BE6A85
family="arial" size=1>
TEXT</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="right" height=35 width=35 scrollamount="1"><font
color=#ffa8cb
family="arial" size=1>
TEXT</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="left" height=35 width=35 scrollamount="1"><font
color=#BE6A85
family="arial" size=1>
TEXT</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="up" height=35 width=35 scrollamount="1"><font
color=#ffa8cb
family="arial" size=1>
TEXT</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="down" height=35 width=35 scrollamount="1"><font
color=#BE6A85
family="arial" size=1>
TEXT</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="left" height=35 width=35 scrollamount="1"><font
color=#ffa8cb
family="arial" size=1>
TEXT</font>
</marquee>
</fieldset>
If that doesnt work, try
<table>
<TR>
<td>
<fieldset>
<marquee direction="left" height=35 width=35 scrollamount="2"><font
color=#ffa8cb
family="arial" size=1>
TEXT</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="down" height=35 width=35 scrollamount="1"><font
color=#BE6A85
family="arial" size=1>
TEXT</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="right" height=35 width=35 scrollamount="1"><font
color=#ffa8cb
family="arial" size=1>
TEXT</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="left" height=35 width=35 scrollamount="1"><font
color=#BE6A85
family="arial" size=1>
TEXT</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="up" height=35 width=35 scrollamount="1"><font
color=#ffa8cb
family="arial" size=1>
TEXT</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="down" height=35 width=35 scrollamount="1"><font
color=#BE6A85
family="arial" size=1>
TEXT</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="left" height=35 width=35 scrollamount="1"><font
color=#ffa8cb
family="arial" size=1>
TEXT </font>
</marquee>
</fieldset>
</td>
</TABLE>