iframe과 이미지 출력 > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

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>
<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>


이렇게 태그를 닫아줘보셔요
© SIRSOFT
현재 페이지 제일 처음으로