Iframe in html component

Anyone know, why my www page does not show in the preview, but is just okay in the design mode. What I get, is just about half inch scroll-able screen.
I’m using this type of html markup: <iframe name="iframe_a"
id="iframea"
src=“https://mypage.com” ;
frameborder="0"
scrolling="yes"
style=“overflow:auto;
overflow-x:visible;
overflow-y:visible;
height:100%;
width:100%;
position:absolute;
top:14px;left:0px;right:0px;bottom:0px”>