Hello,
I'm attempting to export an HTML page to a Word doc that gets opened in a user's browser. However I'm getting a duplicate footer. Here's my HTML code below:
<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<title>Vendor Engagement Form</title>
<!--[if gte mso 9]>
<xml>
<w:WordDocument>
<w:View>Print</w:View>
<w:Zoom>90</w:Zoom>
<w:DoNotOptimizeForBrowser/>
</w:WordDocument>
</xml>
<![endif]-->
<meta name="Author" content="RLS">
<style type="text/css">
.Normal
{
font-family: Arial;
font-size: 10pt;
}
.BigTitle
...
Go to the complete details ...