News

Below is an example of HTML code from a Microsoft Word document imported with the "Paste from Word" feature in Sitecore. Notice the extra P tags, extra styling, and   all around the text. To fix ...
You can use HTML elements to format text in various ways; for example: Bold text using <b>. Indicate strong importance, seriousness, or urgency using <strong ...
I need to ditch the HTML tags and use Word's own formatting (italic, bold, etc).<BR><BR>I figured that it shouldn't be terribly complicated to parse the text in VBA, looking for tags and applying ...