By Peng.Pif on
Hi all,
I am attemping to wrap 3 Views fields within a div following the guide here: http://drupal.org/node/661376
I have managed to do this but, now that I have rewritten the output of the last field, the labels no longer show up in the view. I've searched on here but cannot find a solution.
I have entered the labels in the html of the rewrite html area like: <strong>Title:</strong>[title]. Although this shows the label, it is a poor hack as sometimes the filed maybe empty and this hardcoded label will always show now.
Is there a way to show field labels when rewriting the output of a field?
Thanks all.