Is it possible to avoid the conversion of the tags into the escape sequence ?
When I insert a <br> tag, it is converted into <....
I tried to find something in the previous posts but I didn't found nothing that works for me.
Really thanks
Vittorio Pavesi
When I insert a <br> tag, it is converted into <....
I tried to find something in the previous posts but I didn't found nothing that works for me.
Really thanks
Vittorio Pavesi
RE: <BR> TAG
FCKConfig.UseBROnCarriageReturn = true ;
RE: <BR> TAG
There are escape sequence again.
RE: <BR> TAG
Pawloz
RE: <BR> TAG
It writes again < br >
RE: <BR> TAG
You switch to source mode, insert a BR, turn back to WYSIWYG and the you see the <br>?
RE: <BR> TAG
Even if I switch to source mode and add a BR tag manually, it is converted to <....
RE: <BR> TAG
Could it be some other processing that you are doing?
Did you test that the demo files work fine?
RE: <BR> TAG
No, it happens with other tags (e.g. with bold or italic tag).
It's not related to other processing because I'm working on a simple test page with a FCKEDITOR control.
I didn't tell you I'm using FCKEditor.Net, maybe there is something related to it...
The Demo on http://www.fckeditor.net site works properly.
RE: <BR> TAG
RE: <BR> TAG
RE: <BR> TAG
In other threads, its suggested to find the replace of the character, and remove it.
It vill affect <p> also, but maybe something to begin with?
Johnny
RE: <BR> TAG
RE: <BR> TAG
No, its done in one of the js-files, maybe in fckeditor/editor/js/, but Im not sure.
Johnny
RE: <BR> TAG