Hi, I didn't hear back on this one, so reposting. We're using GetHTML(true) to retrieve formatted HTML data from an FCKeditor object, and this works well for most html, but if the data contains "custom" tags like the <w:each> tag here:
the data tends to be returned without line breaks and indenting.
Is there anything that can be done in cases like this to retain something closer to the original formatting with line breaks and indenting?
<div class='crumbs'> <w:each relative='parents'> <a href='<w:path />'><w:name /></a> > </w:each> </div>
the data tends to be returned without line breaks and indenting.
Is there anything that can be done in cases like this to retain something closer to the original formatting with line breaks and indenting?