Forum Moderators: open

Message Too Old, No Replies

Problem with Dreamweaver table

         

desi6n

6:41 am on Oct 11, 2003 (gmt 0)

10+ Year Member



Recently when I add a table in a dreamweaver document at 100% width and 0 on all the page properties margins I am still left with an annoying 1/4 inch space on the right of my monitor. If I hit refresh the space goes away and the table fill the screen the way it should. This just started happening a day ago and it doesn't make any sense - I've checked and rechecked my settings and my old pages still load and look fine - just the new ones have this idiosyncrasy. Anyone have any ideas what might be up?

Thanks!

txbakers

10:44 pm on Oct 11, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi and Welcome to Webmaster World! Lots of good help to be found here.

The browser automatically adds a margin to every web page.
To not show that margin, you need to include a style for the body: style="margin:0 "

Sometimes this doesn't work, so I will put in the style for all for margins:

style="margin-top:0;margin-left:0;margin-right:0"

desi6n

11:34 pm on Oct 11, 2003 (gmt 0)

10+ Year Member



Thanks for the reply - I do have all the margins set at 0 and I still get it - however if I add a css stlye to the table and add text the margin disappears - strange. . .