I added a image field to a content type. When I add multiple images Drupal adds a comma in-between each image. How do I remove those commas? Thanks in advance

Comments

nevets’s picture

Which formatter on the "Manage display" tab are you using for the image field?

Dollowmite’s picture

Format: Image
Image Style: Large
Link to content

nevets’s picture

Never seen that behavior, can you provide a link to a page that demonstrates that?

What theme are you using?

Any custom tpl.php files?

Dollowmite’s picture

I don't have a link. working from desktop.

Theme: corporateclean
custom tpl.php: Yes
I'm also using Colorbox

nevets’s picture

Any custom tpl.php files related to fields?

Dollowmite’s picture

No, I only using page--content type.tpl.php

Nallu’s picture

i have same problem have u found the solution?

Dollowmite’s picture

I switched to using the insert module instead. I found it easier to use and less problems.

ChoCho2016’s picture

In view->field->image->multiple field setting-> separator

you can

Delete the "comma".

thanks
chocho

gisle’s picture

Thanks!

- gisle