When implementing solutions for Microsoft Office SharePoint Server 2007 Publishing (WCMS) sometimes you have to inherit from a certain class and you have to override methods in order to extend the out of the box functionality. In my example I will extend the method RenderFieldForDisplay(HtmlTextWriter output) from the classes RichImageField and RichHtmlField.
[More]