Hello,
I'm running Drupal 4.7.3 with the latest version of TinyMCE. Everything's working great, but when I change the input format for a page to Full HTML, it still uses TinyMCE. So, when I save the page it renders everything with <pre> tags so that it displays the code on the page. In the TinyMCE settings, I have Show disable/enable rich text editor toggle set to true.
Is there something else I need to do to use the Full HTML input format?
- jody
On 8/18/06, Jody Cleveland Cleveland@winnefox.org wrote:
I'm running Drupal 4.7.3 with the latest version of TinyMCE. Everything's working great, but when I change the input format for a page to Full HTML, it still uses TinyMCE. So, when I save the page it renders everything with <pre> tags so that it displays the code on the page. In the TinyMCE settings, I have Show disable/enable rich text editor toggle set to true.
Is there something else I need to do to use the Full HTML input format?
I think you want to go into the profiles in admin/settings/tinymce and then in the Cleanup and Output section mark "Preformatted" to be falsel.
Let us know how that goes, Greg
Hello,
I think you want to go into the profiles in admin/settings/tinymce and then in the Cleanup and Output section mark "Preformatted" to be falsel.
Let us know how that goes,
Ah. Went in there, and changed the setting to false, and it's still forcing it to preformatted.
When I go to edit the page, I change the input format to Full HTML and put my html into the content box. As soon as I click 'Preview', it changes all the code to preformatted.
Is there another setting I need to change?
- jody
Jody Cleveland wrote:
Hello,
I'm running Drupal 4.7.3 with the latest version of TinyMCE. Everything's working great, but when I change the input format for a page to Full HTML, it still uses TinyMCE. So, when I save the page it renders everything with <pre> tags so that it displays the code on the page. In the TinyMCE settings, I have Show disable/enable rich text editor toggle set to true.
Is there something else I need to do to use the Full HTML input format?
- jody
I think you're confusing input filters with TinyMCE.
The input filters run after you submit an item, and apply filters to the HTML. It sounds like you're trying to type HTML code into TinyMCE???
If you want to type in HTML directly, you want to turn OFF TinyMCE - that is, either click on the disable rich text button, or set TinyMCE to be off by default by setting your editor toggle for enable rich text to FALSE.
Or, if you really want to do it in TinyMCE, then you'll have to enable the HTML button for TinyMCE and click on that to edit HTML directly.
The idea of TinyMCE is to let people edit who don't know HTML.
If you want to type in HTML directly, you want to turn OFF TinyMCE - that is, either click on the disable rich text button, or set TinyMCE to be off by default by setting your editor toggle for enable rich text to FALSE.
There are only a few pages where I want to add in html directly. I have 'Show disable/enable rich text editor toggle:' set to true, but I'm not seeing a disable rich text button under the editor. Is there another setting I need to change?
- jody