Page 1 of 1

Two Sets of <__html></__body> tags [SOLVED]

Posted: Thu Oct 12, 2006 9:14 pm
by alarach
I have the latest version of TinyMCE installed.
Inserting an I can't see the paths after submit.
Probably is the source code for the page that has two sets of tags, which is invalid.

When create a new page, with TinyMCE, view source HTML, I saw the code:
[glow=red,2,300]



   Untitled document
   


{cms_module module="comments"}

[/glow]

Re: Two Sets of <__html></__body> tags

Posted: Mon Nov 24, 2008 1:19 am
by gajones76
I was having exactly the same problem with CMSMS 1.4.1 / Tiny MCE 2.4.8.

I found that it was occurring because I had the fullpage plugin enabled in the TinyMCE options.

Once I turned that off, the problem disappeared.

Re: Two Sets of <__html></__body> tags

Posted: Fri Mar 06, 2009 2:55 pm
by svergeylen
Yes, it was indeed the case for mee too.

With the plugin FULLPAGE activated, TinyMCE adds everywhere you use it the following code




Untitled document


Your sample text here...



But when I desactivate it, everything was working.

SOLVED