hi friends,

Now i(Newbie) am working on my community site development. I wish add a photo album for every user in my community site. For that i enable all the required (image, filefield, imagecache, imageapi, contemplate..) modules.

I follow the Drupal 6 Ultimate Community Site Guide...

They guided as follows,

However, images are all displayed below one another, and I would rather see them floating next to each other. I don’t want to go digging in template code, so I’ll just use the Contemplate module. This will allow the creation of a custom template for the body, without any “deep coding”. The module provides a small code snippet for each field. Here is the template:

foreach ((array)$node->field_pictures as $item) {
print $item[’view’]
}
This code will float the fields next to each other.

Follow this instruction i tried to add the above code in the following link

/admin/content/node-type/photogallery/template

In that page i saw the Teaser, Body, RSS fields..

I tried to add that code in body field, but that field in disabled.

I dont know how to enable that field to add the code.

Please guide me on this issue as soon as possible.

Thanks & Regards
Sarav...