How do I get FCKEditor to just leave HTML alone? Especially the new lines...
I have some sample HTML eg:
"<b>Closing dates 2006</b><br />
Internal 10-Feb-2006<br />
External 03-Mar-2006<br />
Eligibility Exemptions 16-Jan-2006<br />
<br />
<b>How to Apply: step-by-step instructions for applicants:</b>
<br />
<br />"
... and it just turns it into one horrible line:
"<strong>Closing dates 2006</strong><br />Internal 10-Feb-2006<br />External 03-Mar-2006<br />Eligibility Exemptions 16-Jan-2006<br /><br /><strong>How to Apply: step-by-step instructions for applicants:</strong> <br /><br />"
It makes the source view practically useless, especially for more HTML, the above being only a small snippet...
I have some sample HTML eg:
"<b>Closing dates 2006</b><br />
Internal 10-Feb-2006<br />
External 03-Mar-2006<br />
Eligibility Exemptions 16-Jan-2006<br />
<br />
<b>How to Apply: step-by-step instructions for applicants:</b>
<br />
<br />"
... and it just turns it into one horrible line:
"<strong>Closing dates 2006</strong><br />Internal 10-Feb-2006<br />External 03-Mar-2006<br />Eligibility Exemptions 16-Jan-2006<br /><br /><strong>How to Apply: step-by-step instructions for applicants:</strong> <br /><br />"
It makes the source view practically useless, especially for more HTML, the above being only a small snippet...