Hi,
I was wondering if there was any way to stop FCKeditor from reformatting my code.
for instance, if I save this code is view source mode:
it will save it to the database like that, but next time I load it up to make some changes it gets reformatted to this:
Basically, what it's doing is replacing all the line breaks with a space. For complicated reasons, I need to keep all the whitespace intact.
Does anyone have any suggestions?
I was wondering if there was any way to stop FCKeditor from reformatting my code.
for instance, if I save this code is view source mode:
hello my name is _________
it will save it to the database like that, but next time I load it up to make some changes it gets reformatted to this:
hello my name is _________
Basically, what it's doing is replacing all the line breaks with a space. For complicated reasons, I need to keep all the whitespace intact.
Does anyone have any suggestions?