2013-10-04, 05:25:31
(2013-10-02, 16:19:22)yardan74 Wrote: Another question crossed my mind:
Is there a way to prevent CK editor adding spaces in between <p>-tags if the paragraph it otherwise empty? So I could use
in css to clean the empty paragraphs away?Code:p:empty{display:none}
The attached plugin removes paragraphs containing only white space before displaying a page.