Utilising the following code, users can embed their digital publications onto a website. Change the bold URL for the live URL of your digital publication:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<title></title>
</head>
<style type="text/css">
html, body {
width: 100%;
height: 100%;
margin: 0;
}
</style>
<body>
<iframe style="width: 100%; height: 100%; border: 0;" src="your live link here"></iframe>
</body>
</html>
A live example of an embedded publication can be seen by clicking the image below:
Comments