Rich text field showing html code
-
Monday, September 06, 2010 8:29 AM
I am an end user of Sharepoint. This issue only happens from my computer, not from any other within our organization. What happens is that when I edit an item in Sharepoint that contains a rich text field, HTML code is showing. Like so:
<div class=ExternalClassC900CFF4F2BF4312A89133C01A6E3C96> Some text</div>
This happens from any web browser. Sharepoint 2007 is used. I have Windows 7 x64.
Any idea what is causing this?
All Replies
-
Tuesday, September 07, 2010 7:47 PMAnswerer
This is related to your browser.
Either you have some developer tools installed or something to that effect, or possibly, you could be on IE8.
If you are on IE8, try running the site in Compatibility Mode. That should clear up the problem.
Start here: http://blogs.msdn.com/b/ie/archive/2008/08/27/introducing-compatibility-view.aspx
I trust that answers your question...
Thanks
C
http://www.cjvandyk.com/blog- Marked As Answer by Leoyi Sun Monday, September 20, 2010 2:33 AM
-
Tuesday, November 08, 2011 10:11 PM
In the XSL editor add
disable-output-escaping="yes"<xsl:value-of select="@Abstract" disable-output-escaping="yes" />
- Edited by GettingWarmer Tuesday, November 08, 2011 10:12 PM
- Proposed As Answer by Sophie Williams Thursday, April 18, 2013 3:04 PM

