View Full Version : Marquee text top of page


shadow252
06-17-2004, 10:58 PM
Ok I saw the thread before.. On how to make text/marquees be at the VERY VERY top of the page but can someone give me that url or explain the code/way of doing that? The page I'm working on is: http://www.geocities.com/heavenlydirectory//updates.html
I want the marquee of the text to be exactly at the very top of the page so in my iframes it will be perfect fit!

yamachi
06-18-2004, 12:59 AM
The reason it's not working on that page is probably because of the margin. In the <body> tag, put style="margin:0px;" Or you can put the marquee code in a div and add style="position:absolute; top:0px; left:0px;" I hope this works ^^;;

shadow252
06-18-2004, 02:35 AM
It worked! Thanks a bunch!

God bless

yamachi
06-18-2004, 04:44 AM
I'm glad it did ^_^ You're welcome!