iframe과 이미지 출력
안녕하세요 질문이 있어서 글을 남겨요~
<center>
<img src="http://alliehouse.speedgabia.com/pm/img_pop/1.jpg">
<br><iframe width="900" height="5500" src="http://alliehouse.speedgabia.com/pm/main.htm" frameborder=0 marginheight=0 marginwidth=0 scrolling=no name="main">
</center>
이렇게 하면 이미지 나오고 -> 아이프레임이 잘 나와요 근데
반대로
<center>
<iframe width="900" height="5500" src="http://alliehouse.speedgabia.com/pm/main.htm" frameborder=0 marginheight=0 marginwidth=0 scrolling=no name="main">
<br> <img src="http://alliehouse.speedgabia.com/pm/img_pop/1.jpg">
</center>
이렇게 하면 아이프레임은 잘 나오는데 ㅠㅠ
이미지가 안나옵니다
해결방법 없을까요
<center>
<img src="http://alliehouse.speedgabia.com/pm/img_pop/1.jpg">
<br><iframe width="900" height="5500" src="http://alliehouse.speedgabia.com/pm/main.htm" frameborder=0 marginheight=0 marginwidth=0 scrolling=no name="main">
</center>
이렇게 하면 이미지 나오고 -> 아이프레임이 잘 나와요 근데
반대로
<center>
<iframe width="900" height="5500" src="http://alliehouse.speedgabia.com/pm/main.htm" frameborder=0 marginheight=0 marginwidth=0 scrolling=no name="main">
<br> <img src="http://alliehouse.speedgabia.com/pm/img_pop/1.jpg">
</center>
이렇게 하면 아이프레임은 잘 나오는데 ㅠㅠ
이미지가 안나옵니다
해결방법 없을까요
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 4개
<iframe width="900" height="5500" src="http://alliehouse.speedgabia.com/pm/main.htm" frameborder=0 marginheight=0 marginwidth=0 scrolling=no name="main"> </iframe>
<br> <img src="http://alliehouse.speedgabia.com/pm/img_pop/1.jpg">
</center>
이렇게 태그를 닫아줘보셔요
으로 닫아주셔야해요.