Page 1 of 1

Lost the TinyMCE Editor

Posted: Tue 30. Apr 2013, 16:38
by Timbow
Despite my lack of experience I am making myself a new template or two. You can see the work in progress here:
http://www.timwhi.webspace.virginmedia. ... n_Template
My problem is that my template somehow prevents the TinyMCE Editor from loading. I can't work without it because I don't have a SAVE button without it. I put that text in place by changing templates and changing back.

Any idea what I may have done? I brought in the complete skeleton css , I am wondering if the declarations for 'form ' might have made a mess of it. The site is in a temporary subfolder so feel free to log in with the pass <moderated> Please don't make your password public - PM only </moderated> and I will change it in a day or two.

Thanks
T

Re: Lost the TinyMCE Editor

Posted: Tue 30. Apr 2013, 17:26
by Gert
Timbow wrote:Any idea what I may have done?
That:

Code: Select all

<body ? <php echo onload ();? >
That's correctly:

Code: Select all

<body <?php echo onload();?>>
I have corrected it for you ;)

Gert

Re: Lost the TinyMCE Editor

Posted: Tue 30. Apr 2013, 22:37
by Timbow
Doh! thanks Gert it had to be something stupid. I deleted that > yesterday because I had a stray > showing on my page. Careless.