Displaying rich text conent on web

Greetings,

I have a rich text field that I want to make it editable only in client and make it only readable on web. For this purpose I created a computed rich text field hidden from client (the value is editable rich text field name) and the editable rt field is hidden from web.

Initially this works well, however when the doc is saved on web, the rt field loses its formatting.

Any help will be appreciated

Subject: Displaying rich text conent on web

Computed rich text is evil. If you don’t want the user to edit rich text on the web, simply leave the rich text field off of the document when editing on the web. (Put the rich text field on a computed subform.)

Subject: RE: Displaying rich text conent on web

Thanks Stan - looks like a good solution