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> |
|
|
![]()
Post
#2
|
|
![]() PUhaha.. NJ azN ![]() ![]() ![]() ![]() Group: Member Posts: 299 Joined: Aug 2004 Member No: 41,986 ![]() |
dats cuz u put it in website stats, evrything in ws goes to the bttom, put it in custom header to put it at the top, to make it centerd, put <center> in the beginning and </center> at the end, <right> and <left> respectively...
and nxt ime, put the code in a list box, mkaes it smaller, less scrolling... |
|
|
![]() ![]() |