not resolvedI'd like to know if there is a way to increase the space between paragraphs? I've looked at the options several times and have not found it. I also have no knowledge of HTML.
It's a CSS matter. Look for:
p
{
margin: 10px 0 10px 0;
}
I think it's the first value... try it with Firebug (Firefox ext.) or Chrome and you'll can test it live
Pardon... you can test...
You must log in to post.