marquee boxes, how do i make these? |
![]() ![]() |
marquee boxes, how do i make these? |
Aug 21 2004, 02:09 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Aug 2004 Member No: 42,096 |
here's an example
EXAMPLE the square boxes with the marquees in them... how do i put a square box on my page with words scrolling up? |
|
|
|
Aug 21 2004, 02:20 AM
Post
#2
|
|
|
I C DEAD PEOPLE ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 728 Joined: Jul 2004 Member No: 36,002 |
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> |
|
|
|
Aug 21 2004, 02:27 AM
Post
#3
|
|
![]() Member ![]() ![]() Group: Member Posts: 27 Joined: Aug 2004 Member No: 41,144 |
OH thanks I have been looking for that! MUCH LOVE!!!!
|
|
|
|
Aug 21 2004, 02:30 AM
Post
#4
|
|
![]() Member ![]() ![]() Group: Member Posts: 27 Joined: Aug 2004 Member No: 41,144 |
but one question....how do you center it. mine appears on the left.
|
|
|
|
Aug 21 2004, 02:34 AM
Post
#5
|
|
![]() grand m0nkey =P ![]() ![]() ![]() ![]() Group: Member Posts: 236 Joined: May 2004 Member No: 18,681 |
Type in <center>for all of it I think.Or type it in the first one and the last one.
|
|
|
|
Aug 21 2004, 02:44 AM
Post
#6
|
|
![]() Member ![]() ![]() Group: Member Posts: 27 Joined: Aug 2004 Member No: 41,144 |
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.
|
|
|
|
Aug 21 2004, 02:48 AM
Post
#7
|
|
![]() grand m0nkey =P ![]() ![]() ![]() ![]() Group: Member Posts: 236 Joined: May 2004 Member No: 18,681 |
Hmm..Let me try it out and I'll give you the code.
|
|
|
|
Aug 21 2004, 02:57 AM
Post
#8
|
|
![]() grand m0nkey =P ![]() ![]() ![]() ![]() Group: Member Posts: 236 Joined: May 2004 Member No: 18,681 |
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 --> |
|
|
|
Aug 21 2004, 03:04 AM
Post
#9
|
|
![]() Member ![]() ![]() Group: Member Posts: 27 Joined: Aug 2004 Member No: 41,144 |
YES it works!! THANK YOU SOOOO SOOO MUCH!!! You are AWESOME! greatly appreciated!!!
|
|
|
|
Aug 21 2004, 03:06 AM
Post
#10
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Aug 2004 Member No: 42,096 |
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? |
|
|
|
Aug 21 2004, 03:11 AM
Post
#11
|
|
![]() grand m0nkey =P ![]() ![]() ![]() ![]() Group: Member Posts: 236 Joined: May 2004 Member No: 18,681 |
I dont really know what you mean.
|
|
|
|
Aug 21 2004, 03:12 AM
Post
#12
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Aug 2004 Member No: 42,096 |
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? |
|
|
|
Aug 21 2004, 03:22 AM
Post
#13
|
|
![]() grand m0nkey =P ![]() ![]() ![]() ![]() Group: Member Posts: 236 Joined: May 2004 Member No: 18,681 |
QUOTE(shatteredtearsmb @ Aug 21 2004, 3:04 AM) YES it works!! THANK YOU SOOOO SOOO MUCH!!! You are AWESOME! greatly appreciated!!! Your welcome! |
|
|
|
![]() ![]() |