<style> replaced with <link>
Hey all... I'm having an issue with
<style>
tags being replaced with <link>
tags. I'm using formats: ['rawHtml']
, and onlyMainContent: false
and I've tried a whole bunch of other stuff, but no joy...
This is what I'm getting in place of the <style>
tags in the output:
<link rel="stylesheet" type="text/css" href="cid:css-6f98369c-94e5-4096-a6f6-755b9e5c5aff@mhtml.blink">
Any ideas? Thanks!0 Replies