as a group?
With the current CCK version, you have several choices of how to do that: • Several separate fields: Create a multiple-valued field for the image, another for the caption, and another for the taxonomy term, and tell the people editing content on the site to try to keep them synchronized. This is not really workable in general — users would need to scroll up and down the content entry screen to do their data entry, and inevitably someone will make a mistake and you’ll have a caption or term associated with the wrong image. Also, for this specific case, Content Taxonomy as a multiple-valued field just gives you one multi-select list, so there is no way to choose a given taxonomy term more than once, or indicate the order (term 1 goes with image 1, etc.). • Content sub-type: Create a second content type “Image Caption Term” to hold an image and its associated data. Then add a multiple “Node Reference” field to your original content type, which will associate your page with its images. Th