Hi,
Using our editor we have to use code that is not 'correct'
The code we need to use is:
<select name="payment_method">%OPTIONS% </select>
But It then automatically changes it to:
<select name="payment_method"> </select>
Is there a way to switch off the auto code clean up?
Thanks.
Using our editor we have to use code that is not 'correct'
The code we need to use is:
<select name="payment_method">%OPTIONS% </select>
But It then automatically changes it to:
<select name="payment_method"> </select>
Is there a way to switch off the auto code clean up?
Thanks.

Re: Code Cleanup
http://docs.cksource.com/ckeditor_api/s ... ctedSource
Re: Code Cleanup
Re: Code Cleanup
It also seems to be stripping CSS code as well.
Thanks.