Form and RTF Display on Web

I’m just getting a handle on web development (stuck in the land of 4.x client development) and am having trouble displaying a form properly. I am using embedded html and an external style sheet. The form is set to display content type as “notes” and NOT generate html for all fields. I have a rtf field on the form that I am trying to use to display text that has been formatted as html. If I open a document using the form I see all the CSS but the rtf field displays the contents as simply text. If I change the form content type to “html” and reopen the document, I see the rtf contents as html, however I’ve now lost all my CSS.What am I missing here, or am I just totally off my nut trying to do it this way? Any help suggestions is greatly appreciated.

Subject: RESOLVED: Form and RTF Display on Web

Figures I’d get this right after posting. I needed to add an opening “body>
and closing ]” tag to the html content of the rtf field. Now it displays
properly.