Hello, I would like to have more space between my text's paragraphs, inside a post or page, but even if I do it in the editor, when I publish it, it only accepts one paragraph.
In the html editor it doesn't accept <p> </p>.
How can I insert one or more paragraphs?
Thank you,
Joana
What you need to do is change your style sheet to increase the space between your paragraphs.
You need to edit the style.css file in your theme folder and add something like
p {
margin-bottom: 2em;
}
If you're not familiar with this have a look at some of the codex information on styles and your themes:
http://codex.wordpress.org/CSS
Thank you so much, it worked perfectly!
Best,
J