Hello,
I am trying to host a landing page within ClickDimensions for the first time. I am using the freestyle editor so that I can just paste HTML into the source and allow our business users to edit the page to suit their needs (change images, text, etc) in the design view.
However, when I paste in the HTML, the landing page editor removes all <script> and <style>s from the page and moves the rest of the HTML below a block that looks like:
<!DOCTYPE html>
<html>
<head>
</head>
<body> </body>
</html>
Weirdly, this version of the HTML isn't actually rendered in the browser - my original HTML is rendered. However, once I make any edits within the design view or the HTML, it saves and posts the script and style-less version of the page.
I need our business users to be able to use the design view and I need to be able to edit the HTML in the background. So, this is currently completely useless.
Any help would be greatly appreciated!