RichText Field on fronpage WEB

Hi

I like to af the Body field (RichText) of some documents, marked for “FrontPage” to show up on the frontpage of a web application.

Is it possible to show a list of content of a richtext fields in documents, using a view herhaps ?

The content still have to have the format, like links and so.

ex.

"

"
" + Body + "

Best regards

Per

Subject: RichText Field on fronpage WEB

You can not display a Rich Text field in a view.

You have a few options:

  • Use an iframe and make the document the source of the iframe, using a form that shows only the body field;

  • convert the rich text to html (e.g. by capturing it through some DHTML/java applet, for instance)

Hope that helps.