Lost the TinyMCE Editor

Designvorlagen
Post Reply
Timbow
Posts: 3
Joined: Mon 29. Apr 2013, 12:59

Lost the TinyMCE Editor

Post 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
Gert
Posts: 2082
Joined: Sun 18. Nov 2012, 14:18

Re: Lost the TinyMCE Editor

Post 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
Gert Ebersbach | CMSimple | Templates - Plugins - Services
Timbow
Posts: 3
Joined: Mon 29. Apr 2013, 12:59

Re: Lost the TinyMCE Editor

Post 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.
Post Reply