Hello,
I'm using fckeditor 2.6. It works perfectly but not quite.
I want to write an article about HTML and some portion of text must be not rendered as HTML. So I writing for instance:
<pre><h1>TEXT</h1></pre>
and this code is displaying as HTML and I see TEXT.
How can I do this?
(sorry for my english:))
I'm using fckeditor 2.6. It works perfectly but not quite.
I want to write an article about HTML and some portion of text must be not rendered as HTML. So I writing for instance:
<pre><h1>TEXT</h1></pre>
and this code is displaying as HTML and I see TEXT.
How can I do this?
(sorry for my english:))
Re: FCKeditor - <pre>
You have to escape all <, > and so forth elements!
Re: FCKeditor - <pre>
In another web page with fckeditor it works (<pre><h1>TEXT</h1></pre>).
I don't know what I make wrong.
Re: FCKeditor - <pre>
Re: FCKeditor - <pre>
Re: FCKeditor - <pre>
It does:
Attachments:
Re: FCKeditor - <pre>
Hmm, please try on this site http://aleksander.aspnet.pl/website2/fck/.

If I put: <h1>TEXT</h1>, I receive:
and <h1>TEXT </h1> => it is similarly:(
Re: FCKeditor - <pre>
Attachments:
Re: FCKeditor - <pre>
Re: FCKeditor - <pre>
I have tested it on my local server and your code is defitively broken.
See:
Attachments: