i have installed TinyMCE 3.2.7 and Wysiwyg, then in wysiwyg page,i setted the "Filtered HTML"to editor TinyMCE.and gave some Buttons and plugins to it.but when i created an article,using those Buttons, the result is too annoying .eg:

A [i]page[/i], similar in form to a [i]story[/i], is a simple method for creating and displaying information that rarely changes, such as an "About us" section of a website. By default,[img]http://localhost/drupalthree/sites/all/modules/wysiwyg/plugins/break/images/spacer.gif[/img] a [i]page[/i] entry does not allow visitor comments and is not featured on the site's initial home page.

the style are all in the content,how to prevent these showing up,any tips would be appreciated.

Comments

tryitonce’s picture

You also need to set the article node either in the Content Type (global setting) or on the actual node (local setting) to allow full or filtered html input.

Check the collapsed heading under the body of the article (Input format - http://www.example.com/node/XXX/edit#). Make sure this is enabled for the user role(s) of people who are writing the articles - if you take the local approach.

Good luck ...