Although I add the <p> & </p> to each paragraph, there are no spaces between each paragraph.
Can anyone please help?
Thanks
Although I add the <p> & </p> to each paragraph, there are no spaces between each paragraph.
Can anyone please help?
Thanks
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.
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; }
It worked!
Thank you so much.
B
This topic has been closed to new replies.