I have several custom columns of type "Publishing HTML", and a page layout several controls which point to the columns:
<SharePointWebControls:RichTextField
DisableInputFieldLabel="True"
FieldName="WheelImage"
runat="server">
</SharePointWebControls:RichTextField>
The problem is that in the end result, the page shows escaped HTML rather than the rendered output I would expect.
Oddly - when it edit mode - they render fine, showing the rendered output. But in the 'reader' view, it shows the raw HTML.
I have also checked the 'edit html source' in edit mode - and it looks fine, like HTML. But the browser source of the output page shows escaped html.
I found this describing the same problem, but its not a solution - as this happens on any browser.
Anyone any ideas?