Many thanks for your super speedy response Brenden, in this instance Ive taken a smart search result transform that includes the following to print out the title of a news article (below):
What might I add around Eval("Title") to make html tags within Title render as HTML commands rather than print the constituent characters?
Appreciate any thoughts.
Kate
Excerpt below (shows the line printing out the title of a news item) - - - - - - - - - -
<%-- Search result title --%>
<%#SearchHighlight(HTMLHelper.HTMLEncode(CMS.ExtendedControls.ControlsHelper.RemoveDynamicControls(DataHelper.GetNotEmpty(Eval("Title"), "/"))), "", "")%>
...