묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
아이프레임 사용하려는데, 어디가 잘못되었는지ㅠㅠ
2003.11.24 18:13
아이프레임 사용하려는데, 어디가 잘못되었는지 모르겠네요ㅠㅠ
표에서 셀 안에 아이프레임을 넣으려고 하거든요.
그런데 나모에서 볼때면 아이프레임이 원하는 셀 안에 들어가 있는데,
미리보기 할 때마다 자꾸만 가운데쪽으로 아이프레임이 옮겨가네요.
어디가 잘못된건지 지적 좀 해주세요ㅠㅠ
<html><head><meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>ING...</title><style type="text/css">
<!--body { margin : 0 0 0 0 } --></style>
<meta name="generator" content="Namo WebEditor v5.0"></head>
<body bgcolor="#191919" text="black" link="blue" vlink="purple" alink="red" style="overflow-x:scroll;overflow-y:hidden">
<table border="0" width="3750" height="575">
<tr><td width="3750" height="50" colspan="13"></td></tr>
<tr><td width="175" height="475">
<p> </p></td>
<td width="400" height="475">
<p><iframe src="index.htm" border="0" height="475"
width="400" leftmargin="0" topmargin="0"
marginheight="0" marginwidth="0" hspace="0"
vspace="0" scrolling="no" src="index.htm"
name="frame01"></p></td>
<td width="200" height="475">
<p> </p></td>
<td width="400" height="475">
<p> </p></td>
<td width="200" height="475">
<p> </p>
</td>
<td width="400" height="475">
<p> </p>
</td>
<td width="200" height="475">
<p> </p>
</td>
<td width="400" height="475">
<p> </p>
</td>
<td width="200" height="475">
<p> </p>
</td>
<td width="400" height="475">
<p> </p>
</td>
<td width="200" height="475">
<p> </p>
</td>
<td width="400" height="475">
<p> </p>
</td>
<td width="175" height="475">
<p> </p>
</td>
</tr>
<tr>
<td width="3750" height="50" colspan="13">
</td>
</tr>
</table>
</body>
</html>
표에서 셀 안에 아이프레임을 넣으려고 하거든요.
그런데 나모에서 볼때면 아이프레임이 원하는 셀 안에 들어가 있는데,
미리보기 할 때마다 자꾸만 가운데쪽으로 아이프레임이 옮겨가네요.
어디가 잘못된건지 지적 좀 해주세요ㅠㅠ
<html><head><meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>ING...</title><style type="text/css">
<!--body { margin : 0 0 0 0 } --></style>
<meta name="generator" content="Namo WebEditor v5.0"></head>
<body bgcolor="#191919" text="black" link="blue" vlink="purple" alink="red" style="overflow-x:scroll;overflow-y:hidden">
<table border="0" width="3750" height="575">
<tr><td width="3750" height="50" colspan="13"></td></tr>
<tr><td width="175" height="475">
<p> </p></td>
<td width="400" height="475">
<p><iframe src="index.htm" border="0" height="475"
width="400" leftmargin="0" topmargin="0"
marginheight="0" marginwidth="0" hspace="0"
vspace="0" scrolling="no" src="index.htm"
name="frame01"></p></td>
<td width="200" height="475">
<p> </p></td>
<td width="400" height="475">
<p> </p></td>
<td width="200" height="475">
<p> </p>
</td>
<td width="400" height="475">
<p> </p>
</td>
<td width="200" height="475">
<p> </p>
</td>
<td width="400" height="475">
<p> </p>
</td>
<td width="200" height="475">
<p> </p>
</td>
<td width="400" height="475">
<p> </p>
</td>
<td width="200" height="475">
<p> </p>
</td>
<td width="400" height="475">
<p> </p>
</td>
<td width="175" height="475">
<p> </p>
</td>
</tr>
<tr>
<td width="3750" height="50" colspan="13">
</td>
</tr>
</table>
</body>
</html>
width="400" leftmargin="0" topmargin="0"
marginheight="0" marginwidth="0" hspace="0"
vspace="0" scrolling="no" src="index.htm"
name="frame01"></p>
이부분을
<p><iframe src="index.htm" border="0" height="475"
width="400" leftmargin="0" topmargin="0"
marginheight="0" marginwidth="0" hspace="0"
vspace="0" scrolling="no" src="index.htm"
name="frame01"></iframe></p>
이렇게 바꾸세요. </iframe>이 빠졌어요