It puts 2 extra <br /> when i try to open again submitted text at fckeditor. How to solve this problem?
Before submit
After submit
Before submit
<div style="text-align: justify;"><strong> TEXT TEXT TEXT<br /> <br /> TEXT TEXT TEXT </strong></div>
After submit
<div style="text-align: justify;"><strong> TEXT TEXT TEXT<br /> <br /> <br /> <br /> TEXT TEXT TEXT</strong></div>
Re: auto extra space between paragraph
Over a month and no one has answered this question? If anyone has a solution, I would certainly like to hear it.
I need to be able to show the current content when my user returns to the page. The editor info is stored in a MySQL database. Each time the user makes a small edit and resubmits, an extra space is added to each paragraph line break.