By efyl on
Hello, when I add HTML tags into, say, an article or basic pae via Filtered or Full HTML, the tags get displayed literally and not interpreted. As I don't know Drupal well enough to understand how it processes the tags, I'm sure where to troubleshoot. I removed the WYSIWYG module and redownloaded & installed it. I also removed the ckeditor 3.6.4 and installed 3.6.6. No difference. Any suggestions are appreciated.
Comments
Text formats, roles/permissions
Check your text formats at admin/config/content/formats to ensure they are configured correctly and the appropriate roles have access to the filter you want to use. Adjust permissions as required at admin/people/permissions.
Re: Text formats, roles/permissions
Thanks for the advice. Unfortunately, I still haven't resolved the issue.
Any other thoughts on what to check?
Disable Wysiwyg module
This is what I get at admin/config/content/ckeditor when I enable both CKEditor and Wysiwyg and how I was able to recreate your error. To fix it; disable Wysiwyg, edit your content and save.
Problem Resolved
Thanks for the suggestion. Your solution quickly led me to resolve the issue. I didn't actually have the WYSIWYG module & CKEDITOR module installed at the same time. I had WYSIWYG module & CkEditor editor installed. When I turned off WYSIWYG, I found my filtered HTML tags in the text area (in edit mode) represented with the ampersand and number codes. By putting back in the pointy brackets, the HTML worked. However, that still left me without an editor.
So, I removed the WYSIWYG module & the CkEditor 3.6.6. I installed the CKEDITOR module & the CkEditor 4.0.1. Now I can see my HTML & I have an editor.
Thanks so much!