I'm trying out CCK by making a simple contacts directory. I've created the basic fields (such as phone number, address etc.) and that works fine. However, when you view the resulting nodes, the data is just presented inline as a single block of text. I'd like to be able to separate the info out into the appropriate chunks. I also want the "Address", "name" etc. content to be labelled as such when the node is displayed.
What's the easiest way to do this? Would it be by editing the theme that I'm using, or is there an easy way of extracting the field label via PHP?
Tim
What's the easiest way to do this? Would it be by editing the theme that I'm using, or is there an easy way of extracting the field label via PHP?
A bit of hunting around got me the answer - http://drupal.org/node/61000
Tim