Posted by jay.lee.bio on May 24, 2012 at 4:58pm
UPDATE: Problem solved. Apparently CSS can do this, which I didn't know: http://drupal.org/node/1601122
Let's say I use the Field Collection module to create the fields Track Artist & Track Title. By default, it'll display them as:
Track Artist Track Title
How do I customize the display and add a dash between the two fields so that it displays as follows:
Track Artist - Track Title
It looks so simple and yet I'm not sure what to edit in the field_collection.module file. Can anyone point me in the right direction?
