drupal 6, views2 user. My goal is to put content of text cck field inside of other views field. I want to create a div in views, with class name taken from cck field like so:
<div "[cck_field_myname]">
.
.
.
</div>
So far I was unable to print only the input text of cck field. It was also not possible to add token replacement inside custom markup. Can anybody help me with this? Thank you