Pages: [1] |
|
|
Author |
Topic: WYSIWYG editor not loading (Read 252 times) |
skylight
Beta Tester
Posts: 4
|
I have installed Snippetmaster LITE v2.2.2
I'm using the latest Firefox browser 2.0.0.6 (for Mac).
I have uploaded a file with a single snippet: http://www.skylightwebworks.com/test.php
I login (as "admin") and try to edit "test.php".
I get the following message: "Loading WYSIWYG editor... (please wait)" - after many minutes the editor still does not load.
I am able to use the WYSIWYG editor to edit the example files (e.g., example1-single_snippet.html)
In the admin area I set "Enable Editor Compression= No" (after reading another thread that mentioned this as a possible solution).
That didn't solve the problem.
Any help will be much appreciated.
|
|
|
|
skylight
Beta Tester
Posts: 4
|
SOLVED: I discovered that the WYSIWYG editor will load if I remove the Document Type Declaration I had at the beginning of my HTML file:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
|
|
|
|
Jenkinhill
|
Interesting - and good spot! OF course, the tinyMCE editor is designed to work with XHTML 1.0 transitional and better, but I did not realise that an old version DTD would prevent loading.
|
Kelvyn
|
|
|
|
Pages: [1]
|
|
|
|