feindlich
Aug 21 2004, 02:09 AM
here's an example
EXAMPLEthe square boxes with the marquees in them... how do i put a square box on my page with words scrolling up?
lhuvhurts
Aug 21 2004, 02:20 AM
u dont make it...it is a code here is the code
[CODE]<table>
<TR>
<td>
<fieldset>
<marquee direction="left" height=35 width=50 scrollamount="2"><font
color=#ff0099
family="arial" size=1>
TEXT HERE</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="down" height=35 width=50 scrollamount="1"><font
color=#ff66cc
family="arial" size=1>
TEXT HERE</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="right" height=35 width=50 scrollamount="1"><font
color=#FF9FE0
family="arial" size=1>
TEXT HERE</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="left" height=35 width=50 scrollamount="1"><font
color=#ff0099
family="arial" size=1>
TEXT HERE</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="up" height=35 width=50 scrollamount="1"><font
color=#ff66cc
family="arial" size=1>
TEXT HERE</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="down" height=35 width=53 scrollamount="1"><font
color=#FF9FE0
family="arial" size=1>
TEXT HERE</font>
</marquee>
</fieldset>
</td>
<td>
</TABLE>
shatteredtearsmb
Aug 21 2004, 02:27 AM
OH thanks I have been looking for that! MUCH LOVE!!!!
shatteredtearsmb
Aug 21 2004, 02:30 AM
but one question....how do you center it. mine appears on the left.
xlilaznmonkeyx
Aug 21 2004, 02:34 AM
Type in <center>for all of it I think.Or type it in the first one and the last one.
shatteredtearsmb
Aug 21 2004, 02:44 AM
well I figured out what I was doing wrong I was putting the code in my website stats because I wanted it to appear at the bottom of my site. when I put it in the custom header it centers fine. is there not a way you can center it at the bottom?? I tried your idea, xlilaznmonkeyx, but it doesn't work for me.
xlilaznmonkeyx
Aug 21 2004, 02:48 AM
Hmm..Let me try it out and I'll give you the code.
xlilaznmonkeyx
Aug 21 2004, 02:57 AM
Here it is.It works and its in the center.Just put it in your Website Stat.
CODE
<!-- begin code provided by createblog.com -->
<center>
<table>
<TR>
<td>
<fieldset>
<marquee direction="down" height=35 width=35 scrollamount="2"><font
color=#COLOR
family="FONT" size=1>
TEXT HERE</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="left" height=35 width=35 scrollamount="1"><font
color=#COLOR
family="FONT" size=1>
TEXT HERE</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="up" height=35 width=35 scrollamount="1"><font
color=#COLOR
family="FONT" size=1>
TEXT HERE</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="right" height=35 width=35 scrollamount="1"><font
color=#COLOR
family="FONT" size=1>
TEXT HERE</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="down" height=35 width=35 scrollamount="1"><font
color=#COLOR
family="FONT" size=1>
TEXT HERE</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="left" height=35 width=35 scrollamount="1"><font
color=#COLOR
family="FONT" size=1>
TEXT HERE</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="up" height=35 width=35 scrollamount="1"><font
color=#COLOR
family="FONT" size=1>
TEXT HERE</font>
</marquee>
</fieldset>
</td>
<td>
<fieldset>
<marquee direction="right" height=35 width=35 scrollamount="1"><font
color=#COLOR
family="FONT" size=1>
TEXT HERE</font>
</marquee>
</fieldset>
</td>
<!-- end code provided by createblog.com -->
shatteredtearsmb
Aug 21 2004, 03:04 AM
YES it works!! THANK YOU SOOOO SOOO MUCH!!! You are AWESOME! greatly appreciated!!!
feindlich
Aug 21 2004, 03:06 AM
how do i put it where i want the square box with marquee?
like if i wanted it at exact location like top 105 left 100 or something and not only at the top or bottom of the page?
xlilaznmonkeyx
Aug 21 2004, 03:11 AM
I dont really know what you mean.

Check Xanga Scripts.
feindlich
Aug 21 2004, 03:12 AM
you know the code you gave me?
it only can go on the bottom of my xanga site
let's say i wanted to put it in the middle-left of my website instead... how do i change the positioning of/move those square boxes?
xlilaznmonkeyx
Aug 21 2004, 03:22 AM
QUOTE(shatteredtearsmb @ Aug 21 2004, 3:04 AM)
YES it works!! THANK YOU SOOOO SOOO MUCH!!! You are AWESOME! greatly appreciated!!!

Your welcome!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.