All Collections
Marketing Automation/Visitor Tracking
Troubleshooting
I copied code from my website into the WYSIWYG when creating a HTML landing page but it's all messed up, what happened?
I copied code from my website into the WYSIWYG when creating a HTML landing page but it's all messed up, what happened?
Sam Mahboob avatar
Written by Sam Mahboob
Updated over a week ago

It's likely the path of your images and files used in your code is incorrect. The code you're copying is running on a different web server, with resources that point to something like http://your.domain.com. Code used in the WYSIWYG editor will now run on Lead Liaison's web servers. The WYSIWYG editor uses raw HTML and all resources in your code (referenced files, images, etc.) must be converted to use an absolute path instead of a relative path. View this resource to understand relative vs. absolute paths.

Did this answer your question?