On Thu, Mar 18, 2010 at 10:29:04AM +0000, Brett Parker wrote:
On 18 Mar 10:13, Chris G wrote:
On Thu, Mar 18, 2010 at 09:34:23AM +0000, Marcus Harris wrote:
... and there's still a great wide white space between the two paragraphs. How can I get rid of it?
It looks like something else is affecting it than this, so please provide a link to the page in action, if you can.
OK, I've chopped the sample down to the minimum and you can find it here:-
http://home.isbd.net/boatWiki/doku.php?id=playground
It will ask for a login before you actually get there, name guest, password the same.
Sorry about all the red backgrounds! :-)
Right - see, and this is why people need to install firebug and learn how to use it...
div.dokuwiki p, div.dokuwiki blockquote, div.dokuwiki table, div.dokuwiki pre { margin:0 0 1em; }
is the bit that's "overridding" your style. In particular: div.docuwiki p
Is the matching part.
I need to learn more about CSS rules on what overrides what! Thank you. (I'll take a look at firebug, sounds useful)
You could try adding a rule such as: div.docuwiki div#content div#page.page p { margin: 0; }
But it's hard to tell what else is going to affect it.
Of course, paragraphs *should* have white space between them, for readability... but hey...
Absolutely, but in this case I'm simply trying to get a heading to nestle closely above a table, I quite agree that paragraphs should have space between them.