View Full Version : Moving table up...


inuyasha
03-28-2003, 03:46 PM
Okay, how do I relocate a table up higher on a page? On my page http://www.geocities.com/inuyasha1117/test.html my little update box with my message it in appears at the bottom of the page. What can I do to get at the top of the grey page?

zangerbanger
03-29-2003, 03:26 AM
Use div layers:

<div style="position: absolute; top: #; left: #; z-index: #;">

YOUR TABLE HERE

</div>

Xiphias
03-29-2003, 03:39 AM
<body topmargin=0>