묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
드림위버에서 셀병합후에 이미지를 삽입하면 테이블이깨져요 도와주세요~
2005.11.30 13:31
드림위버에서 테이블을 만든후 필요한 이미지 삽입될부분의 셀을 병합한후에 이미지를 셀크기로 맞춘후
삽입하면 아래 테입믈들이 엉망이 됩니다. 그런데 이미지크기를 원래의 셀크기보다 작게하면 다시 아래의 테이블들이 원상복귀 됩니다.세로병합으로 colspan=3으로 되어있는데 이미지를 삽입하면 아마도 병합된 셀중의 하나에
이미지가 들어가 나머지 2개의 셀만큼 늘어나는 것이 아닌가 하는데 좀 도와주세요.
참고로 아애의 탑메뉴에 이미지를 넣으면 그렇습니다
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<title>무제 문서</title>
</head>
<body>
<table width="950" height="19" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th scope="col"> </th>
<th scope="col">고객센터</th>
</tr>
</table>
<table width="950" height="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th width="189" height="68" scope="col">로고 </th>
<th width="10" rowspan="23" scope="col"> </th>
<th height="70" colspan="3" align="center" valign="middle">탑메뉴</th>
</tr>
<tr>
<td height="129" scope="row">로그인</td>
<td colspan="2" align="left" valign="top"> </td>
<td width="214" align="center" valign="middle">공지사항</td>
</tr>
<tr>
<th height="51" bordercolor="#999999" scope="row">메뉴로고</th>
<td colspan="3" align="center" valign="middle">인기검색등/메뉴</td>
</tr>
<tr>
<th height="35" bordercolor="#999999" scope="row">로고</th>
<td colspan="2" align="center" valign="middle">오늘의정보</td>
<td rowspan="7" align="center" valign="middle">뉴스</td>
</tr>
<tr>
<th height="20" bordercolor="#999999" scope="row">메뉴1</th>
<td colspan="2" rowspan="6" bordercolor="#999999"> </td>
</tr>
<tr>
<th height="20" bordercolor="#999999" scope="row">메뉴2</th>
</tr>
<tr>
<th height="20" bordercolor="#999999" scope="row">메뉴3</th>
</tr>
<tr>
<th height="20" bordercolor="#999999" scope="row">메뉴4</th>
</tr>
<tr>
<th height="20" bordercolor="#999999" scope="row">메뉴5</th>
</tr>
<tr>
<th height="20" bordercolor="#999999" scope="row"> </th>
</tr>
<tr>
<th height="35" bordercolor="#999999" scope="row">메뉴로고</th>
<td colspan="2" align="center" valign="middle">오늘의정보</td>
<td rowspan="8" align="center" valign="middle">육아상식</td>
</tr>
<tr>
<th height="35" scope="row">로고</th>
<td colspan="2" rowspan="6"> </td>
</tr>
<tr>
<th height="20" scope="row">메뉴1</th>
</tr>
<tr>
<th height="20" scope="row">메뉴2</th>
</tr>
<tr>
<th height="20" scope="row">메뉴3</th>
</tr>
<tr>
<th height="20" scope="row">메뉴4</th>
</tr>
<tr>
<th height="20" scope="row">메뉴5</th>
</tr>
<tr>
<th height="20" scope="row"> </th>
<td> </td>
<td> </td>
</tr>
<tr>
<th height="60" scope="row">베너</th>
<td> </td>
<td> </td>
<td align="center" valign="middle">육아커뮤니티로고</td>
</tr>
<tr>
<th height="60" scope="row">베너</th>
<td> </td>
<td> </td>
<td rowspan="3" align="center" valign="middle">커뮤니티</td>
</tr>
<tr>
<th rowspan="3" scope="row">베너</th>
<td height="84"> </td>
<td> </td>
</tr>
<tr>
<td height="22"> </td>
<td> </td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
</table>
<p> </p>
</body>
</html>
삽입하면 아래 테입믈들이 엉망이 됩니다. 그런데 이미지크기를 원래의 셀크기보다 작게하면 다시 아래의 테이블들이 원상복귀 됩니다.세로병합으로 colspan=3으로 되어있는데 이미지를 삽입하면 아마도 병합된 셀중의 하나에
이미지가 들어가 나머지 2개의 셀만큼 늘어나는 것이 아닌가 하는데 좀 도와주세요.
참고로 아애의 탑메뉴에 이미지를 넣으면 그렇습니다
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<title>무제 문서</title>
</head>
<body>
<table width="950" height="19" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th scope="col"> </th>
<th scope="col">고객센터</th>
</tr>
</table>
<table width="950" height="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th width="189" height="68" scope="col">로고 </th>
<th width="10" rowspan="23" scope="col"> </th>
<th height="70" colspan="3" align="center" valign="middle">탑메뉴</th>
</tr>
<tr>
<td height="129" scope="row">로그인</td>
<td colspan="2" align="left" valign="top"> </td>
<td width="214" align="center" valign="middle">공지사항</td>
</tr>
<tr>
<th height="51" bordercolor="#999999" scope="row">메뉴로고</th>
<td colspan="3" align="center" valign="middle">인기검색등/메뉴</td>
</tr>
<tr>
<th height="35" bordercolor="#999999" scope="row">로고</th>
<td colspan="2" align="center" valign="middle">오늘의정보</td>
<td rowspan="7" align="center" valign="middle">뉴스</td>
</tr>
<tr>
<th height="20" bordercolor="#999999" scope="row">메뉴1</th>
<td colspan="2" rowspan="6" bordercolor="#999999"> </td>
</tr>
<tr>
<th height="20" bordercolor="#999999" scope="row">메뉴2</th>
</tr>
<tr>
<th height="20" bordercolor="#999999" scope="row">메뉴3</th>
</tr>
<tr>
<th height="20" bordercolor="#999999" scope="row">메뉴4</th>
</tr>
<tr>
<th height="20" bordercolor="#999999" scope="row">메뉴5</th>
</tr>
<tr>
<th height="20" bordercolor="#999999" scope="row"> </th>
</tr>
<tr>
<th height="35" bordercolor="#999999" scope="row">메뉴로고</th>
<td colspan="2" align="center" valign="middle">오늘의정보</td>
<td rowspan="8" align="center" valign="middle">육아상식</td>
</tr>
<tr>
<th height="35" scope="row">로고</th>
<td colspan="2" rowspan="6"> </td>
</tr>
<tr>
<th height="20" scope="row">메뉴1</th>
</tr>
<tr>
<th height="20" scope="row">메뉴2</th>
</tr>
<tr>
<th height="20" scope="row">메뉴3</th>
</tr>
<tr>
<th height="20" scope="row">메뉴4</th>
</tr>
<tr>
<th height="20" scope="row">메뉴5</th>
</tr>
<tr>
<th height="20" scope="row"> </th>
<td> </td>
<td> </td>
</tr>
<tr>
<th height="60" scope="row">베너</th>
<td> </td>
<td> </td>
<td align="center" valign="middle">육아커뮤니티로고</td>
</tr>
<tr>
<th height="60" scope="row">베너</th>
<td> </td>
<td> </td>
<td rowspan="3" align="center" valign="middle">커뮤니티</td>
</tr>
<tr>
<th rowspan="3" scope="row">베너</th>
<td height="84"> </td>
<td> </td>
</tr>
<tr>
<td height="22"> </td>
<td> </td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
</table>
<p> </p>
</body>
</html>