If I use the default dispform.aspx, the body of the announcement, which is in rich text format, displays correctly.
But i wish to modify the layout and maybe some labels, so I decided to create a new display form, displayform.aspx. The problem is, it now shows <div> tags, and other html tags and the whole body of the announcement is now in plain text format. here's the default code that was generated by sharepoint designer:
<td width="500px" valign="top" class="ms-formbody">
<xsl:value-of select="@Body"/>
</td>
i have a suspiscion that is has something to do with <xsl:value-of... but i don't know how to change this so that it still displays the rich text format.
Please help. Thank you.