When I create content with ckeditor this shows up with the body content. I just want the body content to show.

Normal 0 false false false MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;}

Comments

WorldFallz’s picture

Thats garbage left over from pasting ms office documents-- try using the 'paste from office' button. If that doesn't work you have to remove that mess manually. Thank microsoft for that bloat.

sp09’s picture

some filters will take it away but what I need now is a filter that will show images that I place inside ckeditor as well as ads, such as google adsense ads. Have any ideal of how I should go about creating such a filter?

WorldFallz’s picture

i'm not sure I understand the question, but you can create custom filters with the http://drupal.org/project/customfilter and http://drupal.org/project/flexifilter modules. Otherwise you'll need to code it into a custom module with http://api.drupal.org/api/function/hook_filter.

sp09’s picture

whenever I publish content using ckeditor it doesn't display ad code (such as a google adsense code script) that I place inside the body of the content. Some filters will show the ad but won't show the picture that is placed inside the ad. I need a filter that will show it all.