have you checked that the paragraph tags are in the html code in the browser?
browser toolbar – ‘view source’ or similar.
spaces between paragraphs are usually set in style.css of your theme.
please post a link to your site (linking to a post or page without paragraph spaces) to illustrate the problem.
Hi alchymyth,
Thanks for your response.
http://whocalledtoday.com/
bsmcgee2000
the styles here in style.css of your theme:
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
reset all margin and padding for the p tags;
you need to add new definitions for the paragraph tags somewhere after that section.
example:
#content p { margin-bottom: 2em; }
http://www.w3schools.com/css/css_margin.asp