묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
샷 보시구 왜 이런 오류가 나는지 알려 주세요 -_-
2003.02.25 02:17
그림 사이즈 600 x 170
해당 셀도 600x 170 입니다
그런데 왜 사진 처럼 미리 보기를 하면 여백이 보일까요? -_-
해당 셀도 600x 170 입니다
그런데 왜 사진 처럼 미리 보기를 하면 여백이 보일까요? -_-
댓글 4
-
행복한고니
2003.02.25 03:03
-
FoA
2003.02.25 03:09
그렇게 했는데두 여전히 힌배경이 남네요
혹시나 배경이 아닐거 같아서 셀배경색을 바꾸고 똑같이 해봐도 역시나네요 ㅡㅡ
<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" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">
<table align="center" border="1" cellspacing="0" width="755" bordercolordark="white" bordercolorlight="black" cellpadding="0">
<tr>
<td width="751" height="233">
<table cellpadding="0" cellspacing="0" width="100%" height="0" style="margin:0px; padding:0px;" >
<tr>
<td width="150" align="center" height="170">
<p>로고</p>
</td>
<td width="1" align="center" height="170">
</td>
<td width="600" align="center" height="170">
<img src="image/snow1.jpg" width="600" height="170" border="0" vspace="0" hspace="0">
</td>
</tr>
<tr>
<td width="751" align="center" colspan="3" height="25" bgcolor="black">
<p>메뉴</p>
</td>
</tr>
<tr>
<td width="150" align="center">
<p>로긴</p>
</td>
<td width="1" align="center">
</td>
<td width="600" align="center">
<p>제로보드</p>
</td>
</tr>
<tr>
<td width="751" align="center" colspan="3" bgcolor="black" height="25">
<p> </p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html> -
행복한고니
2003.02.25 03:25
그러면요...
<td width="600" align="center" height="170">
<img src="image/snow1.jpg" width="600" height="170" border="0" vspace="0" hspace="0">
</td>
요렇게 되어있는 부분을 전부 한줄로 바꿔주세요. 그것때문에 그런겁니다. -
FoA
2003.02.25 03:41
아..지금 해결 했답니다 ^^
혼자 킁킁거리며 태그를 다시 수정했드랬지요 ㅡㅡ..
그림 파일 사이에 <p></p> 넣어 주니깐 되드라구요 ^^
암튼 행복한 고니님 감사 합니다~~~~~~ 좋은 밤 되세요 ^^ 감사감사
테이블 속성에서 cellpadding=0 주시고..
가장 중요한 것은 F6으로 소스보기 하셔서 그 그림을 표현하기 위해 사용한 img 태그를 감싸고 있을 p 태그를 지워주세요.