By john.steel on
This is a new Drupal install so there may be a default I need to adjust. I have just got TinyMCE going and can see the formatting ok in say the admins blog when I actually edit the entries, in hte TinyMCE window. When I post the entry and load it again we are back to plain (well very basic html) text. For example, I change the font size and type and it always reverts to plain. Anyone seen this before please?
Comments
Make sure you have created a
Make sure you have created a new filter (input format) for tinyMCE, and that it's selected by default when you create your content. See more details in the tinyMCE documentation.
check default input
Hi,
You should also check the default input and modify it from filtered html to full html (or adapt the filtered to let the tags you want)
Go to administration > site config > input format (well my version is in french so title should look like this)
Yours
Patch
I've the same problem! I've
I've the same problem! I've checked the filter configuration, everything is ok, but i still don't have formatted text. The strange thing is that when I edit the node, i can see the formatting tags (like strong, em..), but in the outputted page they there aren't.
Sorry for my bad English :-D
Which version of drupal and
Which version of drupal and tinyMCE and tinyMCE module are you using? The difference between edit mode and view mode is normal, that means it's a filter issue. Can you try with only bold text first at see if that works? Try also to deactivate tiny in edit more, and submit the node like (making sure you have correct html tag in the body of the node.
Drupal 5.1, tinyMCE 2.1.0,
Drupal 5.1, tinyMCE 2.1.0, tinyMCE module 5.x-1.x-dev. I've inserted text via a text-area without tinyMCE enabled, all text is between strong tag, but I still don't have text bolded in my post!
You could try to deactivate
You could try to deactivate tinyMCE module and do the same test. Type some html bold text and see whether or not the filter takes the markup off. Which input filter are you using? (you can choose the input filter below the body textarea when you edit the node).
Try with different filters...
I've tried many ways, it
I've tried many ways, it seems there's a problem with text field in CCK content type... In fact, i've tried to write a simple page without tinyMCE and it works (it shows strong text). But if I use text field in a Custom Content Type with filtered text, I don't get any formatted text! Any idea about this problem?