On 17 Mar 22:22, Chris G wrote:
I seem to suffer from this all the time, too much space between headers and the things underneath them.
... and I've simplified it down to the following:-
I have the following HTML:-
<p> Paragraph1 </p> <p> Paragraph2 </p>
In the CSS I have:-
p { background: blue; padding-bottom: 0; margin-bottom: 0px; margin-top: 0; padding-top: 0; }
(The background: blue; is just to prove it's being acted on)
... and there's still a great wide white space between the two paragraphs. How can I get rid of it?
Huh? What white space...
http://miranda.sommitrealweird.co.uk/~brettp/temp/splat/test.html
Are you actually showing us all the relevant data?