It seems that for some reason on the page below if I don't put a break before and after the content in the #content div I get some wierd spacing issues... any ideas?
Doesn't work: <!-- m --><a class="postlink" href="http://dogdoo.net/temp/test.html">http://dogdoo.net/temp/test.html</a><!-- m -->
Does work: <!-- m --><a class="postlink" href="http://dogdoo.net/temp/test2.html">http://dogdoo.net/temp/test2.html</a><!-- m -->
Seems like a stupid work around... the only difference i see is that when you put your breaks, a break appears... they look the same other than that...
whats wrong?Should have been more specific... sorry
Anyway, with Firefox (not IE) if you look at the first page there will be space between the divs... it seems to happen with any block level object inside the middle div, in this case it's a H1 and a P. On the second example I put a break before and after the content in the middle div and the spaces go away.
Any ideas?h1 {
margin-top: 0;
}
whats with your ".h1" class? seems kinda pointless since its marked up the same as your h1 itself...?
Doesn't work: <!-- m --><a class="postlink" href="http://dogdoo.net/temp/test.html">http://dogdoo.net/temp/test.html</a><!-- m -->
Does work: <!-- m --><a class="postlink" href="http://dogdoo.net/temp/test2.html">http://dogdoo.net/temp/test2.html</a><!-- m -->
Seems like a stupid work around... the only difference i see is that when you put your breaks, a break appears... they look the same other than that...
whats wrong?Should have been more specific... sorry
Anyway, with Firefox (not IE) if you look at the first page there will be space between the divs... it seems to happen with any block level object inside the middle div, in this case it's a H1 and a P. On the second example I put a break before and after the content in the middle div and the spaces go away.
Any ideas?h1 {
margin-top: 0;
}
whats with your ".h1" class? seems kinda pointless since its marked up the same as your h1 itself...?