블로그 이미지
자료에 문제가 있을 경우, 확인하는대로 삭제처리 하겠습니다. 즐거운 하루 되시길...
05-01 15:17
Total
Today
Yesterday

카테고리

분류 전체보기 (199)
이야기방 (20)
공부방 (173)
개발노트&관련잡다구니 (6)

[i-frame] 예제코드

공부방/HTML / 2009. 7. 23. 10:17

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>

<body>

<div style="include-source:url('http://www.naver.com')">
 <iframe src="http://www.naver.com" width="822" height="150"></iframe>
</div>

</body>
</html>

----------------------------------------------------------------------------------------

<head>
<table width="100%" height="171">
   <tr>
      <td>
      </td>
   </tr>
</table>
</head>
<body>
<div id="pdacafe" style="position:absolute;left:180px;top:0px;z-index:1">
<img src="main.jpg">
</div>

<div style="include-source:url("http://signes.com.ne.kr/memo2">
 <iframe src="http://signes.com.ne.kr/memo2" width="600" height="450"></iframe>
</div>

<P ALIGN="CENTER">
<iframe frameborder="0" height="450" leftmargin="0" marginheight="3" marginwidth="3" scrolling="no"  src="http://signes.com.ne.kr/memo2" topmargin="0"   width="600">
</iframe>
</P>
</body>

----------------------------------------------------------------------------------------

원본 링크  : http://signes.tistory.com/entry/div-%EB%B0%8F-iframe-%EC%82%AC%EC%9A%A9%EB%B2%95


'공부방 > HTML' 카테고리의 다른 글

[HTML] DIV 속성, CSS  (0) 2009.08.26
[HTML] 그림의 링크 테두리 없애기  (2) 2009.08.25
[HTML] A 태그 링크 밑줄 없애기.  (0) 2009.08.25
[HTML] 소스 실습  (0) 2009.08.18
[HTTP] 상태코드  (0) 2009.08.04
Posted by 래채
, |