SarahThiffault
3 months agoCommunity Member
Code Snippet not generating visual
I've inserted an iframe code in the code snippet, but nothing is rendering. It simply shows the code in the preview instead of actually loading the iframe. Any ideas why?
Here is the code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>title</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<iframe title="BioScript Solutions Employee Handbook" src= "URL" (not showing for privacy reasons) width="640px" height="480px" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" allowfullscreen="allowfullscreen"> </iframe>
</body>
</html>
I tested the iframe code and it works fine on other websites.
Thanks