- Bought between 10 and 49 items
- Canada
- Exclusive Author
- Has been a member for 4-5 years
- Referred between 1 and 9 users
- Sold between 1 000 and 5 000 dollars
I am at my wit’s end, I have tried everything to get my post to space out properly but no matter what I put WordPress just publishes the post without any spacing as seen here http://visuall.ca/?p=28
Ive tried adding BR but it just disappears. Anybody have a clue why its doing this, its my first time using Wordpress and I am very discouraged by this experience.
- United States
- Sold between 250 000 and 1 000 000 dollars
- Has been a member for 5-6 years
- Referred between 100 and 199 users
- Bought between 100 and 499 items
- Author was Featured
- Microlancer Beta Tester
- Exclusive Author
I don’t “do” wordpress but if it’s like anything else I have used – if your template uses a particular DIV class for your posts – make sure you have a “clear: both” in the css for that div.
Maybe it will help – maybe not but I am sure others can post a solution here if that doesn’t work for you.
- Author was Featured
- Bought between 1 and 9 items
- Europe
- Exclusive Author
- Has been a member for 4-5 years
- Interviewed on the Envato Notes blog
- Referred between 200 and 499 users
- Repeatedly Helped protect Envato Marketplaces against copyright violations
You are using an image in each paragraph so I suppose you want to create space between each paragraph block.
The image floats but the paragraph is not using any clearing method so the image ‘hungs out’. In other words the paragraph does not’ contain’ the image
This is what causes your problem. Use an overflow:hidden; on the p or clear:both; or any other clearing method.
To really make sure that all browsers play nice, I find this resource helpful:
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
- Author was Featured
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 4-5 years
- Item was Featured
- Referred between 50 and 99 users
- Sold between 10 000 and 50 000 dollars
When you want a section to ‘separate’ add this to the HTML :
<p class="clear"> </p>
Make sure you insert that with the ‘HTML View’ when editing your post.
- Bought between 10 and 49 items
- Canada
- Exclusive Author
- Has been a member for 4-5 years
- Referred between 1 and 9 users
- Sold between 1 000 and 5 000 dollars
It worked! Thanks a lot guys, everything’s fixed now!
A rather long workaround for what is solved with either
<p> </p>or, what i used up to this point,
<br /> <br />.... for multiple spaces.
For some reason I’m in the habit of grossly spacing out separate thoughts. A lot.
For a relatively simple problem, I did this:
Put that in functions.php, then for line breaks you can put [br]
you can specify how many, instead of hitting return a million times, or copy/pasting a whole bunch of
<br />, you can write [br size=”5”] or something.
- Community Moderator
- United States
- Was featured in a podcast
- Attended a Community Meetup
- Author had a Free File of the Month
- Bought between 50 and 99 items
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Has been a member for 4-5 years
- Contributed a Tutorial to a Tuts+ Site
I know this thread is old but anyone else notice the title area for the forum thread allowed a <br /> tag for this post to be used? I would have thought that html would have been stripped out of the title area. Just an observation 
