I was wondering how i might be able to style the content area of a node. The node template i am working with is looking good except for the information contained in the $content. This node is a custom content type that i created, and it contains some fields that i added with the CCK module. The line in the node template
<div class="content"><?php print $content;?></div>
prints all my custom fields as well as the body. I would like to gain more control over this and add in some of my own markup so i can style them nicer. The node pages i have seen indicate that $content is not an array. Is there a way i can still print the individual parts that make up $content separately?
Styling nodes content area
Drupal Themes