Forum OpenACS Q&A: Re: Instructions on how to make your package support HTMLArea

Great documentation!

I have a question dough, we recently updated our code and now we have the nice richtext widget, but the problem is that in our database we have content with the "text/html" and content without it. Besides, I need to display his content inside a portlet (I have this problem whit the static portlets, but I also want to dislay the contents in other pages --"outside" an ad_form--). Right now the content is shown like "{<ul>blah blah..} {text/html}", but the content of some other portlets is shown like "content", how can I differentiate between theese cases?, is there a proc that handles this case?, and what about the interpretation of the html tags? shall I do it with @varname;noquote@ in the adp files or is there another way?

Thanks!, regards, Jose