Niwa Rose macrumors newbie Original poster Oct 17, 2008 28 0 Utah 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 Aug 16, 2004 1,120 0 California 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 Oct 17, 2008 28 0 Utah 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. ^.^