I need some help - I searched but didn't see this anywhere here.. In my WP template on the index page I can not get it to space correctly between paragraphs but on the single post page it looks fine. When I insert a <p align="left"> <p> to fool WP in spacing correctly on front page, it is double spaced on single post page. What did I miss?? Thanks for help!
You need to use css Most HTML tags don't or actually won't work in a theme Define a class then do a float: left; Hope that helps
Thanks Sundaybrew. What I did was went in the CSS and found the p tag that controlled the posting and added: margin-bottom: 1em; Cured my issue.