Page 1 of 1

disappearing tags

Posted: Wed Mar 01, 2006 4:22 pm
by Tim B
I am having a problem with my tags (both regular & user-defined) disappearing from my code..

I am running CMSMS 0.11.2 with PHP 5.0.4 & MySql 4.1.12 with Apache 2.0.54 on Linux

I go into Content -> Pages, select the button to edit my page, click on the Source button scroll down to where I want my tag, enter the tag and click on the OK button.

When I click on the source button again the tag is gone...(it doesn't make any difference if I click on the submit button after I click on the OK button or not).  This only appears to be happening to tags that do not have parameters.

thanks
Tim

Re: disappearing tags

Posted: Wed Mar 01, 2006 4:38 pm
by Ted
What happens if you do it directly into the WYSIWYG instead of hitting the Source button?

Re: disappearing tags

Posted: Wed Mar 01, 2006 5:11 pm
by Tim B
The WSYWIG doesn't cooperate (the only way I have been able to get text in is to use the source button).

Re: disappearing tags

Posted: Wed Mar 01, 2006 6:30 pm
by jelle
Go to user preferences and select none as wysiwyg editor. then you will get a normal textarea to edit your html, where you can enter any tag you like.
It does not fix the problem, but offers a good workaround.

Re: disappearing tags

Posted: Wed Mar 01, 2006 6:59 pm
by tbernhardson
That did it...Next to figure out the problem with FCKeditorX...

Thanks