Hi – any idea why in this post, for example, there are no more spaces in between paragraphs and around photos. It’s rare and happened a few times when these were on WP.com. See starting halfway down on http://dominiquehurley.com/weekend-robbery-a-spiritual-adventure/
Thanks
Hi dominiquehurley!
Your markup looks weird. Instead of paragraphs it’s a bunch of divs. Perhaps it’s a plugin your using.
You may need to go back in and remove the divs and switch them to paragraphs.
Cheers!
Elliott
Sorry – could you explain “divs”. Is this a code I can look for and replace all in the text field? If yes, could you show me what divs look like and what the paragraph symbols I need to insert. Thanks.
Hi!
This is the content displayed in your page.
<div class="yiv2284820914"><span class="yiv2284820914">text text text text text</span></div>
And this is what it should look like.
<p>text text text text text</p>
Best regards,
Elliott
Thank you for this lesson. I was able to fix a few problematic posts with it. Much appreciated. Resolved.