When using the FCK Editor, spaces (from the spacebar) are recorded as non-breaking spaces ( ). Is there a way to configure the editor so spaces are recorded as a regular space character?
This is what is currently viewed in the "Source" window
<p> 123456789 123456789 123456789 123456789</p>
I need to end up with the following
<p> 123456789 123456789 123456789 123456789</p>
Any help is greatly appreciated.
Sincerely,
-Brad-
This is what is currently viewed in the "Source" window
<p> 123456789 123456789 123456789 123456789</p>
I need to end up with the following
<p> 123456789 123456789 123456789 123456789</p>
Any help is greatly appreciated.
Sincerely,
-Brad-
Re: How to interprete spacebar as regular space (not &nbsp;)
Do you have the same problem with the demo page?
Re: How to interprete spacebar as regular space (not &nbsp;)
Demo page appears to give the results I am looking for.
Re: How to interprete spacebar as regular space (not &nbsp;)
Something seemed to go amiss in the editor deployment. I redeployed the editor and it now works the same as the demo page.
Thank you alfonsoml for your inquiry, it directed me to consider the deployment.