Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Bhennies

macrumors 6502
Original poster
Mar 20, 2004
435
0
NYC & Baltimore
Hey all, I didn't know where else to turn for this one...couldn't find the answer to this anywhere in my book or online.

Basically, I'm designing a site in which I'd like the top horizontal title bar and left side vertical navigation bar to be flush with the browser window in the upper left hand corner of the window. But it seems that even when I "align" my table to the "top" and "left", it appears that dreamweaver leaves a little bit of background color around the table no matter what I do. I've set the borders to 0, cell spacing and padding to "0", and aligned the table to top and left. I also tried dragging the window in table layout mode to the left as well, but it just won't budge any more. Is there something I'm just not doing right or is this a flaw in DW MX?

Thanks!!!!!!

p.s. now that I think about it, I had this same problem on my personal site as well...

http://www.bhennies.com
 

Attachments

  • Picture_1.jpg
    Picture_1.jpg
    28.3 KB · Views: 122
set your body style margin 0px and your padding 0px, that space isn't about the table, it is about the default settings of the body area.

<style type="text/css">
body
{
margin: 0px;
padding: 0px;
}
</style>

imho
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.