Hello all

I added the FCKeditor module to my website, but for some reason all my markup is displayed when I publish the node.

why is this happening?

Also how do I make use of the teaser break that comes with FCKeditor in drupal? When I add the teaser break the full node is still displayed in both the teaser view and the full view....

Its driving me crazy,

Thank

Ross

Comments

rossmcdowell’s picture

If I decide to set the field_body to hidden and then instead load the information using print $node->field_body[0]['value'];
then the markup is not displayed and the information is correctly formatted....but that cant be the way to fix it...is it?

Thanks

Ross