Hello,
I have the following problem: I included the FCKEditor in a self programmed content management system. Now when editing a text in the source mode, I want to include special not html tags like <person></person> which are special to this specific cms and parsed by it. Now unfortunately the FCKEditor does not save these non html tags properly when I try to save the edited file. What can I do??
I would be very grateful to get a hint!
Bye, Sebastian
I have the following problem: I included the FCKEditor in a self programmed content management system. Now when editing a text in the source mode, I want to include special not html tags like <person></person> which are special to this specific cms and parsed by it. Now unfortunately the FCKEditor does not save these non html tags properly when I try to save the edited file. What can I do??
I would be very grateful to get a hint!
Bye, Sebastian
RE: Special Not HTML tags are not saved prope
You could probably use [person][/person], i.e. square brackets instead. I think that would work.
If you use it in a cms, I presume that you could use a character replace to change this [] to <> later on.
Hope this helps.
Grz, Jrf
RE: Special Not HTML tags are not saved prope
Bye