Niwa Rose macrumors newbie Original poster Feb 27, 2009 #1 Well, every time I create a div or table there's always a small space from the top of the browser area to the header. Any ideas how to get rid of that space? Thank you ^^
Well, every time I create a div or table there's always a small space from the top of the browser area to the header. Any ideas how to get rid of that space? Thank you ^^
ChicoWeb macrumors 65816 Feb 27, 2009 #2 Put this in your head tag or the in your external CSS Code: <style type="text/css"> body { margin: 0; } </style>
Put this in your head tag or the in your external CSS Code: <style type="text/css"> body { margin: 0; } </style>
Niwa Rose macrumors newbie Original poster Feb 27, 2009 #3 ChicoWeb said: Put this in your head tag or the in your external CSS Code: <style type="text/css"> body { margin: 0; } </style> Click to expand... Thank you so much! Worked like a charm. ^.^
ChicoWeb said: Put this in your head tag or the in your external CSS Code: <style type="text/css"> body { margin: 0; } </style> Click to expand... Thank you so much! Worked like a charm. ^.^