묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
표에서 아이프레임을 적용했을때 오류가 납니다!ㅁ!
2003.03.29 09:50
-----------------------
| | | |
-----------------------
| | 아이프레임 | * |
-----------------------
|* | * | * |
-----------------------
요런형식으로 표를 작성했는데요.-_-;
저기 아이프레임 이후의 표 (*)는 나타나지 않습니다.ㅠ_ㅠ;;;
왜그런것인가요.ㅠ_ㅠ;;
제가 작성한 소스입니다.ㅠ_ㅠ
좋은방법 있으면 좀 부탁드릴게요. 알려주세요오오오오ㅠ_ㅠ
크흐;
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" background="img/bg01.gif">
<p> </p>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="85%">
<tr>
<td width="20" height="20">
<p><img src="img/side03.gif" width="20" height="20" border="0"></p>
</td>
<td width="240%" bgcolor="white">
<p> </p>
</td>
<td width="20" height="20">
<p><img src="img/side04.gif" width="20" height="20" border="0"></p>
</td>
</tr>
<tr>
<td width="20" bgcolor="white" height="20">
<p> </p>
</td>
<td width="85%" bgcolor="white" height="400">
<p><iframe frameborder="0" height="100%" leftmargin="0" marginheight="0" marginwidth="0" scrolling="no" src="http://poorin.n4gate.com/bbs/zboard.php?id=notice" topmargin="0" width="100%" name="nyam"></p>
</td>
<td bgcolor="white" height="20" width="20">
</td>
</tr>
<tr>
<td width="20" height="20">
<p><img src="img/side02.gif" width="20" height="20" border="0"></p>
</td>
<td width="20" bgcolor="white" height="20">
<p> </p>
</td>
<td width="20" height="20">
<p><img src="img/side01.gif" width="20" height="20" border="0"></p>
</td>
</tr>
</table>
<p> </p>
</body>
</html>
| | | |
-----------------------
| | 아이프레임 | * |
-----------------------
|* | * | * |
-----------------------
요런형식으로 표를 작성했는데요.-_-;
저기 아이프레임 이후의 표 (*)는 나타나지 않습니다.ㅠ_ㅠ;;;
왜그런것인가요.ㅠ_ㅠ;;
제가 작성한 소스입니다.ㅠ_ㅠ
좋은방법 있으면 좀 부탁드릴게요. 알려주세요오오오오ㅠ_ㅠ
크흐;
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" background="img/bg01.gif">
<p> </p>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="85%">
<tr>
<td width="20" height="20">
<p><img src="img/side03.gif" width="20" height="20" border="0"></p>
</td>
<td width="240%" bgcolor="white">
<p> </p>
</td>
<td width="20" height="20">
<p><img src="img/side04.gif" width="20" height="20" border="0"></p>
</td>
</tr>
<tr>
<td width="20" bgcolor="white" height="20">
<p> </p>
</td>
<td width="85%" bgcolor="white" height="400">
<p><iframe frameborder="0" height="100%" leftmargin="0" marginheight="0" marginwidth="0" scrolling="no" src="http://poorin.n4gate.com/bbs/zboard.php?id=notice" topmargin="0" width="100%" name="nyam"></p>
</td>
<td bgcolor="white" height="20" width="20">
</td>
</tr>
<tr>
<td width="20" height="20">
<p><img src="img/side02.gif" width="20" height="20" border="0"></p>
</td>
<td width="20" bgcolor="white" height="20">
<p> </p>
</td>
<td width="20" height="20">
<p><img src="img/side01.gif" width="20" height="20" border="0"></p>
</td>
</tr>
</table>
<p> </p>
</body>
</html>
원칙상 모든 태그는 종료 태그를 표시해줘야 합니다. 특히 iframe이나 table같은거 더욱 그렇죠.
<iframe>과 </iframe>이 한쌍입니다.