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]
Two Sets of <__html></__body> tags [SOLVED]
Two Sets of <__html></__body> tags [SOLVED]
Last edited by tyman00 on Fri Mar 06, 2009 4:09 pm, edited 1 time in total.
Re: Two Sets of <__html></__body> tags
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.
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.
Last edited by gajones76 on Mon Nov 24, 2008 1:24 am, edited 1 time in total.
-
- New Member
- Posts: 6
- Joined: Sat Dec 06, 2008 12:47 pm
Re: Two Sets of <__html></__body> tags
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
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