Can't get images in photo gallery side by side with the code...

Status: 
Open
Question: 

I tried adding:
<?php foreach ((array)$node->field_pictures as $item) { ?>
<?php print $item[’view’] ?>
<?php } ?>

to the contemplate template but the images in users albums dont show horizontal but are down... do I need to delete the entire code in contemplate then add the code?

Responses

1. Here also...

I also got that issue.. Any help is greatly appreciated.....

Thanks & Regards
Sarav..

2. Yes, you need to empty the

Yes, you need to empty the content of the contemplate and then paste this code into it.

If it still does not work, it might be dependant upon your theme, perhaps you could post a link?