views:

113

answers:

1

hi,

I'm using CCK Image field (multi-images) and for each image I have the "Description" field, where I can add the image description.

I was wondering if I can have multi-line description, instead of only one line.

(Even using some specific symbol to go next line)

thanks

A: 

If you are wanting a textarea instead of a textfield for the image description field, the only way to do this would be to create a custom module that creates a compound field. There is a really great tutorial on the state of compound fields in Drupal and how to create one here: http://poplarware.com/articles/cck_field_module.

Alternatively, if you only have one image you are uploading, you could disable the description on the image field and create an additional CCK textarea to be used as the description.

bkildow

related questions