Well, from the visual editor, just hit the enter key a couple times.
From the HTML editor, you can use by itself for a single space, or you can add them in new lines for space, like this:
&nsbp;
Thread Starter
plook
(@plook)
Lol, you’d think that hitting the enter key would work, but it doesn’t do anything when I preview!
Tags worked though.
Josh, you are the man!
Thread Starter
plook
(@plook)
Well it’s happening again.
Check it out here. http://iptcanada.com/investment-opportunities/
Added the tags but didn’t help. Added more and then the was there.
Tried also in the visual editor but nothing happens.
If you scroll down you can see there are a handful of paragraphs that are sticking together. Very annoying as it should be a simple case of hitting the enter key.
When I logged in it said wordpress 3.3 if that means anything.
Looks like you got it working on that page?
Thread Starter
plook
(@plook)
Not sure what page you’re referring to Jarret?
Anticipated Recovery of Investment: Within 30 months.
Oil Recovery from Slop Oil
operation and calculating the economics of each individual operation.
Greenhouses for combined production of Vegetable & Fish
Anticipated Recovery of Investment: Within 30 months.
Replica Process
These are the 3 that are stuck together at the moment. Tried the page in Chrome and Firefox
I got the problem. You want space b/w Anticipated Recovery and Oil Recovery.
This will done if you write the oil recovery in different paragraph(<p>).
<p>
<strong>
<em>Anticipated Recovery of Investment:</em>
</strong>
Within 30 months.
</p>
<p>
<strong>
<em>Oil Recovery from Slop Oil</em>
</strong>
</p>
[Please post code snippets between backticks or use the code button.]
Thread Starter
plook
(@plook)
Thanks pavanluthra
I didn’t do what you suggested but did this. It’s exactly how it looks on the html edit page. See below.
figures in the countries and areas of operation and calculating the economics of each individual operation.
<p>
Greenhouses for combined production of Vegetable & Fish
This seemed to work. Not sure why but I’ll take it.