positioning, how do i put it at exact coordinates? |
positioning, how do i put it at exact coordinates? |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Aug 2004 Member No: 42,096 ![]() |
i have this code for the marquee boxes with marquee
but it only allows me to put it at the very BOTTOM of the website... i want to put it in the middle of my website to the left side... is there a code where i can put it at the exact coordinates i wanted it? IF NOT, then how do i put it at the TOP of my page instead of the bottom? <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> |
|
|
![]() ![]() |