Theming Individual CCK Fields
Last modified: December 17, 2006 - 13:17
One option for themeing your cck content type is to create a template that will allow you to precisely place and style each field. To illustrate this process, let's assume there is a content type called 'content_example' which has the following fields:
- First name - a field created with the text.module
- Last name - another field created with the text.module
- Phone - a field created with the text.module, with the 'multiple' option selected to allow multiple phone numbers.
- Email - a field created with the text.module, with the 'multiple' option selected, as above.
Create at least one record of data that has all the fields filled out so you have something to look at as you create your theme to make sure it looks the way you want it to.
