Active
Project:
Content Templates (Contemplate)
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 May 2011 at 13:36 UTC
Updated:
11 Jun 2011 at 16:01 UTC
I am trying to make a image gallery with filefield imagefuplad and every time i try to float the images left it add an extra div to the left. How do i get rid of this extra div?
foreach ((array)$node->field_img_gal as $item) {
print $item['view'] }
Comments
Comment #1
dgtlmoon commentedwhat is the extra div? can you paste the output you are getting?