묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
노프레임 표로 그릴때요..꼭 좀 봐주세요.~~
2003.04.11 08:33
제 홈피 주소가 www.phoenixclan.wo.ro 거등여,.
근데 나모에서 표를 그릴 때 문서 끝에서 부터 표를 그리면 위 아래로 약간 1cm 정도씩 여백을 두고 그려지더라고요..
아예 여백을 없게 할려면 어떻게 해야 하나요?..
대부분의 홈피가 왼쪽 위 끝까지 딱 붙어서 되던데..나모로 아무리 해도 않되네요..
근데 나모에서 표를 그릴 때 문서 끝에서 부터 표를 그리면 위 아래로 약간 1cm 정도씩 여백을 두고 그려지더라고요..
아예 여백을 없게 할려면 어떻게 해야 하나요?..
대부분의 홈피가 왼쪽 위 끝까지 딱 붙어서 되던데..나모로 아무리 해도 않되네요..
댓글 3
-
정문목
2003.04.11 10:39
-
impre
2003.04.11 13:43
태그를 집어넣지 않고 하시려면
문서설정에 고급에 가보면 여백조정하는게 있습니다.
위쪽과 왼쪽을 0 으로...
참고로 테이블에서 boder=0으로 하더라도 테이블 라인과 라인사이의 조그마한 여백이 생깁니다.
이건
<table cellspacing=0 cellpadding=0>으로 없앨 수 있습니다. -
이범윤
2003.04.12 19:04
답변 ㄳ 합니다. ^^
그런데요.
제 소스가
<?
$_zb_url = "http://lby11.gana4u.co.kr/zbboard/";
$_zb_path = "/home/lby11/public_html/zbboard/";
include $_zb_path."outlogin.php";
?>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>HOME 공지사항 클랜소개 클랜원소개 클랜원 전용 게시판 자유 게시판 전략 게시판 리플레이</title>
<meta name="generator" content="Namo WebEditor v5.0">
</head>
<body bgcolor="white" text="black" link="black" vlink="black" alink="black">
<table border="1" cellspacing="0" width="824" height="401" bordercolordark="white" bordercolorlight="black">
<tr>
<td width="818" height="200" colspan="2" background="image/uplayer.gif">
<p> </p>
</td>
</tr>
<tr>
<td width="818" height="4" colspan="2">
<p><font size="2"> </font><font face="굴림"><span style="font-size:9pt;"><a href="http://lby11.gana4u.co.kr/index.htm">HOME</a> <a href="http://lby11.gana4u.co.kr/zbboard/zboard.php?id=notice">공지사항</a>
클랜소개 <a href="http://lby11.gana4u.co.kr/member.htm">클랜원소개</a> <a href="http://lby11.gana4u.co.kr/phoenix.htm">클랜원 전용
게시판</a> <a href="http://lby11.gana4u.co.kr/zbboard/zboard.php?id=board">자유 게시판</a> 전략 게시판 <a href="http://lby11.gana4u.co.kr/replay.htm">리플레이</a></span></font><font size="2">
</font></p>
</td>
</tr>
<tr>
<td width="179" height="455">
<p> </p>
<div id="layer1" style="width:172px; height:200px; position:absolute; left:16px; top:238px; z-index:1;">
<p><? print_outlogin("sol_g", 1, 10) ?> </p>
</div>
<p> </p>
</td>
<td width="635" height="455">
<p> </p>
<div id="layer2" style="width:629px; height:267px; position:absolute; left:198px; top:245px; z-index:1;">
<p><? print_bbs("notice_n", "공지사항", "notice", 2, 20)?> </p>
</div>
<p> </p>
<div id="layer3" style="width:310px; height:200px; position:absolute; left:198px; top:518px; z-index:1;">
<p><? print_bbs("bbs_n", "자유 게시판", "board", 5, 20)?> </p>
</div>
<p> </p>
<div id="layer4" style="width:310px; height:200px; position:absolute; left:517px; top:518px; z-index:1;">
<p><? print_bbs("bbs_n", "리플레이 자료실", "replay", 5, 20)?> </p>
</div>
<p> </p>
</td>
</tr>
</table>
<p> </p>
</body>
</html>
인데요...
leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"
를 어디다 어떻게 넣으면 되나요? ..
그리고 impire 님 저 나모5.0 쓰는데요..문서설정이 어디있는지..~
leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" 를 넣으시면 됩니다..