[support] CCK Field to display as HTML in a View

Fred Jones fredthejonester at gmail.com
Mon Jan 14 15:08:08 UTC 2008


I have a CCK text field (a textarea) which stores HTML, created via 
TinyMCE. The problem is that when it comes out in my view, Drupal 
converts the HTML to text so we see the <ul> tag etc. instead of a list. 
I am using contemplate and

	  print "<div>$field_mytext_value</div>";

how can I get the HTML to come out as HTML and not text?

Thanks.


More information about the support mailing list