marquee boxes, how do i make these? |
marquee boxes, how do i make these? |
![]()
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? |
|
|
![]() |
![]()
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> |
|
|
![]() ![]() |