Skylamar
Member
Posted 1 year ago #
Hi. I can't figure out how to successfully create line spacing between paragraphs. I've tried hitting Return multiple times and I've also added <p> tags in HTML mode with no success. I did a search for older posts in the forums but I couldn't find a suggestion in those posts that solved the problem. My blog is at: http://blog.smallworldtoys.com/
Thanks
Your theme's stylesheet is being overwritten by a stylesheet from a sub-domain:
http://shop.smallworldtoys.com/v/vspfiles/templates/smallworld/css/swt-reset.css
Try changing:
p {padding:5px 0;}
in style.css to:
.bodycontainer p {padding:5px 0;}
If some paragraphs need more spacing than others, try using one or more <p> </p> between paragraphs.
I use: <br class="blank" /> for a hard line feed.