<br /> used instead of <p>
-
On my posts at https://gary.verticentricity.com,
tags are used where I have carriage returns in my posts, but I would like the posts to split into paragraphs where the carriage returns occur in the text.For instance, this:
First paragraph text followed by a carriage return
Second paragraph textWould convert to this:
<p>First paragraph text followed by a carriage return</p>
<p>Second paragraph text</p>Not this:
<p>First paragraph text followed by a carriage return<br />
Second paragraph text</p>It’s probably a simple fix, but I don’t know where to begin looking. I am familiar with PHP, so I don’t mind hacking a little to get this functionality.
Thanks in advance.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘<br /> used instead of <p>’ is closed to new replies.