Can you post the link (URL) to your site so we can check?
Sorry, here is an example.
This is a site I am working on from scratch, but I do also work with WordPress for some of my company work, but this is managed by someone else in the main.
Here’s a test post:
http://www.vintage-alice.co.uk/?p=6
The gap between one and two will be fine for a lot of my work, but for some I’d like to have a proper paragraph gap.
As you can see, the gap between two and three is rather large, and I’d like to be able to reduce it, in the same way as you can if you’re using Word, for example.
Thanks
Please,switch from Visual to Text tab and delete the . It causes the empty space you see between paragraphs 2&3
<p>First paragraph</p>
<p>Second paragraph</p>
<p> </p>
<p>Third paragraph</p>
Edit: if you’re copy/pasting from MS Word, try the Paste from Word button. I would recommend writing in Notepad or Notepad++ because when you copy the text it doesn’t transfer all the funky formating like from Word.
Thanks, but I do want a bigger gap between 2&3 than there is between 1&2… how do I achieve that, without the gap being as excessive as it currently is?
Try removing <p> around the (in the text tab)
That way you will avoid the 20px bottom margin on your paragraphs (your theme setting).
There isn’t a <p> around the from what I can see?