Hi,
When I convert a Word document to HTML (either online using the link below or programmatically), I encounter an issue: the inner content of content controls is not wrapped with a <div> tag in the HTML structure. Why…...tags using a basic string replacement in C# after conversion: string...htmlContent = htmlContent.Replace("<contentControl>", "<div><contentControl>");...