iframe과 이미지 출력 정보
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>
이렇게 하면 아이프레임은 잘 나오는데 ㅠㅠ
이미지가 안나옵니다
해결방법 없을까요
댓글 전체
<center>
<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>
이렇게 태그를 닫아줘보셔요
<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>
이렇게 태그를 닫아줘보셔요
감사합니다 제가 바보짓을 ㅋㅋ ㅠㅠ
</iframe>
으로 닫아주셔야해요.
으로 닫아주셔야해요.
답변감사해용