Click to See Complete Forum and Search --> : Get rid of white space


loh
05-01-2006, 08:29 PM
PLease visit www.nativescience.org/redesign. I'm not sure if its my table or my graphic that is causing a white space to appear above my logo/header. My graphic has no white space in it, as you can see in the attachmt. I've made sure that all my cell space and cell padding is set to "0". Why can't I get rid of this white space?
Thanks for looking at this for me.

balloonbuffoon
05-01-2006, 08:37 PM
Try this:
<body style="margin:0px">--Steve

loh
05-01-2006, 08:53 PM
Thanks...where do I place this code? I put it after <body> in my template, but its creating an error "absolute position 1009: Nested editable regions".

balloonbuffoon
05-01-2006, 08:54 PM
Replace your body tag with that...

--Steve

balloonbuffoon
05-01-2006, 08:55 PM
Or just stick style="margin:0px" in between <body and > in your page.

--Steve