I'm trying to display CCK files (Images) inline. I've read the best way to do this is by modifying the CSS file. However I'm unable to tell which part of the code is for the node. Could someone please point me in the right direction? Thanks.

Comments

restyler’s picture

Status: Active » Fixed

To place CCK files in node body, you even don't have to edit theme. Just go to node type edit -> fields -> display fields and select which CCK image fields should be rendered on node view. After that, if you see that you would like to add some fancy css stuff to rendered images, like floating, borders, etc, you can use firebug tool to see what's the best way to add css rules. All your new css rules should go into local.css in theme folder, so they are not overwritten when you upgade theme to a newer version.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.