I'm trying to make Drupal output the body of a particular content type in div tag with certain class name.
First, I tried to override node.tpl.php, but I discovered $content variable here already contains body along with additional custom cck fields. And what I'm trying to do is precisely to separate body from another fields.
After that I looked at content-field.tpl.php and found it's executed only for custom cck fields. So doesn't suit me too.
So.. how to theme a node body field?
Take a look at this: http://capellic.com/blog/theming-the-node-body-field