View Full Version : Unwanted spacing


megabenman
05-25-2004, 12:47 AM
Here: http://megabenman.com
I'm unable to get the space from the top of page to the top of the ugly banner. How can I get the banner to the absoloute top?

salomeyasobko
05-25-2004, 12:51 AM
if you're using a table, DIV, or something like that to position the banner, add this to that code to position it:

style="position: absolute; top: 0px; left: #px"

so if that where in a table code, it would be:

<table style="position: absolute; top: 0px; left: #px"> content here </table>

hope that helps! :)

Rosey
05-25-2004, 01:58 AM
add this to the css portion in between your head tags:

body { margin-top:0;}