Hi, I'm running into a problem coding my layout - I've created a div id of "textcontentcontainer" and it lines up fine in the layout but as soon as I create a paragraph or press enter in dreamweaver, everything shifts down and I am left with these blank spaces. My remedy was to put -12 margin top on it, however it overcompensates when loading in IE 6/7 and starts to eat my services banner.
Does anyone know why this is happening? Or if i could design my layout differently to avoid this?
Thanks for the tip. It worked at the top between the services banner and the main content area, however there is still a break between the main content and the footer... I've added margin-top:0 to the tagline in the footer, no padding, no margins on the footer and there still is a break...
Plus, if I put a margin-top:0 on the h1 tag, that means that if I use the same tag elsewhere, all instances will have this 0 margin which is not desirable.