Marquees in Boxes, help wanted.. |
![]() ![]() |
Marquees in Boxes, help wanted.. |
Jul 20 2004, 01:58 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 141 Joined: May 2004 Member No: 17,235 |
does anyone know how get the marquee thingy in a box [sorry I don't know the right term for it]..an example is at Kristen's Xanga. I've looked in Xanga Scripts but I can't seem to find it...well Thnx..
|
|
|
|
Jul 20 2004, 02:02 PM
Post
#2
|
|
|
anna park ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 410 Joined: Jul 2004 Member No: 29,818 |
<fieldset height=60 width=90 style="border-width: 1px; border-style: dashed; border-color: ffccff;">
<marquee direction="down" height=60 width=90 scrollamount="2"> <center> PUT WHAT YO WANT HERE </center> |
|
|
|
Jul 20 2004, 02:16 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 141 Joined: May 2004 Member No: 17,235 |
QUOTE <fieldset height=60 width=90 style="border-width: 1px; border-style: dashed; border-color: ffccff;"> <marquee direction="down" height=60 width=90 scrollamount="2"> <center> PUT WHAT YO WANT HERE </center> its not working for me |
|
|
|
Jul 20 2004, 06:00 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 491 Joined: May 2004 Member No: 18,689 |
here try this code
<!-- begin code provided by createblog.com --> <table> <TR> <td> <fieldset> <marquee direction="left" height=35 width=35 scrollamount="2"><font color=#3399FF family="arial" size=1> text here</font> </marquee> </fieldset> </td> <td> <fieldset> <marquee direction="down" height=35 width=35 scrollamount="1"><font color=#CCCCCC family="arial" size=1> text here</font> </marquee> </fieldset> </td> <td> <fieldset> <marquee direction="right" height=35 width=35 scrollamount="1"><font color=#3399FF family="arial" size=1> text here</font> </marquee> </fieldset> </td> <td> <fieldset> <marquee direction="left" height=35 width=35 scrollamount="1"><font color=#CCCCCC family="arial" size=1> text here </font> </marquee> </fieldset> </td> <td> <fieldset> <marquee direction="up" height=35 width=35 scrollamount="1"><font color=#3399FF family="arial" size=1> text here</font> </marquee> </fieldset> </td> <td> <fieldset> <marquee direction="down" height=35 width=35 scrollamount="1"><font color=#CCCCCC family="arial" size=1> text here</font> </marquee> </fieldset> </td> <td> <fieldset> <marquee direction="right" height=35 width=35 scrollamount="1"><font color=#3399FF family="arial" size=1> text here</font> </marquee> </fieldset> </td> <td> <fieldset> <marquee direction="right" height=35 width=35 scrollamount="1"><font color=#CCCCCC family="arial" size=1> text here</font> </marquee> </fieldset> </td> <td> </TABLE> <!-- end code provided by createblog.com --> hope this is wat your looking for |
|
|
|
![]() ![]() |