Maybe many people know how to use iframe at 100% but just in case somebody need this:
Code:
<html>
<head>
<title>PUT_SOME_TITLE_HERE</title>
<style type='text/css'>
html, body{
height:100%;
width:100%;
margin:0px;
padding:0px;
}
</style>
</head>
<body>
<iframe frameborder="0" noresize="noresize" src="PUT_YOUR_CLICKBANK_HOPLINK_URL" style="display:block; width:100%; height:100%; overflow-y:scroll; margin:0px; padding:0px;"></iframe>
</body>
</html>