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
|
|
![]() 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 --> |
|
|
![]() ![]() |