i installed tinymce and everything works fine but when i create content the content itself comes up inclouding all the html tags which i dont want obviously.
i suppose this is a rather stupid question but i am stuck here...dont know what to do.....
does anyone know?

Comments

pobster’s picture

It's because your input filter is set to 'filtered html' and as such it ignores html tags you haven't specified. Go into admin/settings/filters and change them, mine are currently set to accept;

<a> <p> <span> <div> <h1> <h2> <h3> <h4> <h5> <h6> <img> <map> <area> <hr> <br> <br /> <ul> <ol> <li> <dl> <dt> <dd> <table> <tr> <td> <em> <b> <u> <i> <strong> <font> <del> <ins> <sub> <sup> <quote> <blockquote> <pre> <address> <code> <cite> <embed> <object> <strike> <caption>

Hope this helps!

Pobster

avw’s picture

cheers i just found it out...had a bit of a black out!!!! but thanks for your help.have a good one!

missC’s picture

I think I have the input format right, but I still see html tags in the view mode. Any thoughts on why that could be? I created a new input format called TinyMCE (now the default for all users) and used the following as Allowed HTML tags:

<a><p><span><div><h1><h2><h3><h4><h5><h6><img><map><area><hr><br><br /><ul><ol><li><dl><dt><dd><table><tr><td><em><b><u><i><strong><font><del><ins><sub><sup><quote><blockquote><pre><address><code><cite><embed><ob>

When I save my content, the tags still display. I am totally stuck. The tags still display even when I switch to full html for the input format. Any thoughts?

pobster’s picture

Are you separating each of those tags with spaces? I don't think you can enter them like that in one long block?

Pobster

missC’s picture

I have tried both. Initially, there were spaces and later I removed them because a couple people in this post suggested that doing that might work: http://drupal.org/node/59769

I am really at a loss here. TinyMCE was working for me with this input format for a long time and then at some point it just stopped working. That's when I tried removing the spaces between the tags. No luck. Then I tried creating a new input format with the same settings. No luck. Even full html doesn't work. I tried uninstalling TinyMCE and reinstalling and still no luck even with full html as the input format. So weird.

Any other thoughts? I am getting kind of desperate here. Thanks!

missC’s picture

I figured it out! In case anyone else missed this, you need to check "filtered text" in the field configuration in CCK in order for the rich text editor to take over. Yay!