묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
아아.. 노프레임 질문입니다. ㅠㅠ 답답해 미치겠네요.. ㅠ
2004.01.20 22:05
우선은첫번째 질문은 어째서 노프레임으로 하면 배경색깔과 좌측 위쪽 여백이 없어져 버리는것이냐 입니다.
나모에서 작업해서 우선은 빈 공간에다가 테이블 하나 만들어서 그 속에다가 제로보드를 넣었습니다.
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v6.0">
</head>
<body bgcolor="#333333" text="black" link="blue" vlink="purple" alink="red">
<table border="1">
<tr>
<td width="1122"> 제로 보드 </td>
</tr>
</table>
<p> </p>
</body>
</html>
**** 이렇게 작업했구여
**** Head.htm 파일에다가
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v6.0">
</head>
<body bgcolor="#333333" text="black" link="blue" vlink="purple" alink="red">
<table border="1">
<tr>
<td width="1122">
**** foot.htm 파일에다가
</td>
</tr>
</table>
<p> </p>
</body>
</html>
**** 이렇게 했습니다.
그럼 분명히 백그라운드 컬러가 #333333 이렇게 나오는데 어째서 흰색이 나오는지 그게 궁금합니다. ㅠㅠ
역시 초보라 이해가 안됩니다..ㅠ ㅠ
또 하나 분명 여백 0으로 주지 않았는데.. 찰싹붙어서 나오는 이유는 무얼까요? ㅠㅠ
나모에서 작업해서 우선은 빈 공간에다가 테이블 하나 만들어서 그 속에다가 제로보드를 넣었습니다.
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v6.0">
</head>
<body bgcolor="#333333" text="black" link="blue" vlink="purple" alink="red">
<table border="1">
<tr>
<td width="1122"> 제로 보드 </td>
</tr>
</table>
<p> </p>
</body>
</html>
**** 이렇게 작업했구여
**** Head.htm 파일에다가
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title>제목 없음</title>
<meta name="generator" content="Namo WebEditor v6.0">
</head>
<body bgcolor="#333333" text="black" link="blue" vlink="purple" alink="red">
<table border="1">
<tr>
<td width="1122">
**** foot.htm 파일에다가
</td>
</tr>
</table>
<p> </p>
</body>
</html>
**** 이렇게 했습니다.
그럼 분명히 백그라운드 컬러가 #333333 이렇게 나오는데 어째서 흰색이 나오는지 그게 궁금합니다. ㅠㅠ
역시 초보라 이해가 안됩니다..ㅠ ㅠ
또 하나 분명 여백 0으로 주지 않았는데.. 찰싹붙어서 나오는 이유는 무얼까요? ㅠㅠ
댓글 2
-
sparks
2004.01.21 00:32
-
유일한
2004.01.21 05:24
휴우... 우선 감사드립니다. ^^
열심히 해 보았는데요..
테이블 속에 넣어서 테이블 여백을 줬습니다. 그랬더니 되네요..
배경색이 sparks님 알려주신대로 먼저 해봤었는데요 알고보니 스킨때문에 색이 안바뀐거 였습니다. 암튼 해결 했네요.. ^^
이렇게 하시면 되고 만약 안된다면 Head.htm 소스 끝에 <BR>태그를 추가시켜 주신다거나.. 너무 넓다면,
<table border="1">
<TR height="2"><TD> </TD></TR> <-- 이런식으로 추가시켜주시면 될것입니다..
<tr>
<td width="1122">
제로보드를 쓰고 있는 페이지의 배경색은 제로보드 관리자 설정에서 바꾸어 주셔야 합니다.
해당게시판 설정 부분에 가셔서 보면 배경색 바꾸는 곳이 있을거에요..
#333333 추가 시켜주면 되겠습니다..
도움이 되길 바라며.