묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
여러셀이 있는 표의 중앙셀에 iframe적용에 대해서..
2003.04.04 17:22
가로 세로 3줄씩 있는 표를 만들고, 가운데 셀에 iframe을 지정했는데,
미리보기를 하면 왼쪽 위쪽 셀은 그대로 있는데 오른쪽과 밑의 셀은 셀배경색이랑 크기 같은게 바뀌고 글씨도 안넣어지며 존재하지 않는 셀 처럼 보입니다. 참고로 에디터는 나모 5.1입니다.
소스 =
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v5.0">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p> </p>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="328" bgcolor="#CCCCCC">
<p> </p>
</td>
<td width="328" bgcolor="#CCCCCC">
<p> </p>
</td>
<td width="328" bgcolor="#CCCCCC">
<p> </p>
</td>
</tr>
<tr>
<td width="328" height="302" bgcolor="#CCCCCC">
<p> </p>
</td>
<td width="328" height="302" bgcolor="#CCCCCC">
<p><iframe src="firstpage.htm" width=328 height=302 frameborder=0 marginwidth=30 marginheight=30 scrolling=no name=iframe></p>
</td>
<td width="328" height="302" bgcolor="#CCCCCC">
<p> </p>
</td>
</tr>
<tr>
<td width="328" height="321" bgcolor="#CCCCCC">
<p> </p>
</td>
<td width="328" height="321" bgcolor="#CCCCCC">
<p> </p>
</td>
<td width="328" height="321" bgcolor="#CCCCCC">
<p> </p>
</td>
</tr>
</table>
<p> </p>
</body>
</html>
왜이럴까요?;; 아무래도 해결책이 안나오네염 ㅡㅜ
미리보기를 하면 왼쪽 위쪽 셀은 그대로 있는데 오른쪽과 밑의 셀은 셀배경색이랑 크기 같은게 바뀌고 글씨도 안넣어지며 존재하지 않는 셀 처럼 보입니다. 참고로 에디터는 나모 5.1입니다.
소스 =
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v5.0">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p> </p>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="328" bgcolor="#CCCCCC">
<p> </p>
</td>
<td width="328" bgcolor="#CCCCCC">
<p> </p>
</td>
<td width="328" bgcolor="#CCCCCC">
<p> </p>
</td>
</tr>
<tr>
<td width="328" height="302" bgcolor="#CCCCCC">
<p> </p>
</td>
<td width="328" height="302" bgcolor="#CCCCCC">
<p><iframe src="firstpage.htm" width=328 height=302 frameborder=0 marginwidth=30 marginheight=30 scrolling=no name=iframe></p>
</td>
<td width="328" height="302" bgcolor="#CCCCCC">
<p> </p>
</td>
</tr>
<tr>
<td width="328" height="321" bgcolor="#CCCCCC">
<p> </p>
</td>
<td width="328" height="321" bgcolor="#CCCCCC">
<p> </p>
</td>
<td width="328" height="321" bgcolor="#CCCCCC">
<p> </p>
</td>
</tr>
</table>
<p> </p>
</body>
</html>
왜이럴까요?;; 아무래도 해결책이 안나오네염 ㅡㅜ
<iframe src="firstpage.htm" width=328 height=302 frameborder=0 marginwidth=30 marginheight=30 scrolling=no name=iframe></iframe>