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?

Images

foreach ((array)$node->field_img_gal as $item) {
print $item['view']

}

Comments

dgtlmoon’s picture

Category: task » support

what is the extra div? can you paste the output you are getting?