틀이 깨짐 정보
틀이 깨짐본문
안녕하세여
그누보드 스킨에서 다운받은건데 이미지를 올리니까 이렇게 깨져서 나오네여
헤드 테일 다 재대로 했구 경로명도 잘 맞게 적었는데 계속 이렇게 나옵니다
왜이런 현상이 나오는지 알려주세여
댓글 전체
헤드 넣으실때는 <table> 태그 부터 넣어시구요,
테일 넣으실때는 </table> 태그까지만 넣어 보세요.
그래도 깨진다면 스킨은 이상 없는지 손봐야 겠죠~
테일 넣으실때는 </table> 태그까지만 넣어 보세요.
그래도 깨진다면 스킨은 이상 없는지 손봐야 겠죠~
html 코딩 표준 권고안을 어긴듯 합니다.
<table>태그, <td>셀의 크기 등을 점검하십시오.
아울러 게시판 설정에서 틀의 크기를 점검하십시오.
(100 미만은 %픽셀을 지칭하고, 100이상이면 픽셀px 크기를 지칭한다는 설명문 참조)
아울러 head와 tail, 본문내용에 해당되는 게시판 크기를 연결하는 데 있어,
테이블 셀을 정상적으로 합하였는지(colspan 등) 반드시 점검.
확인방법의 예 : <table> 태그에 border값을 적용하고, bordercolor를 지정해 시각적으로 확인
msie 6.xx : 테이블의 전체적인 틀이 깨짐
FF : 정상적으로 출력
<table>태그, <td>셀의 크기 등을 점검하십시오.
아울러 게시판 설정에서 틀의 크기를 점검하십시오.
(100 미만은 %픽셀을 지칭하고, 100이상이면 픽셀px 크기를 지칭한다는 설명문 참조)
아울러 head와 tail, 본문내용에 해당되는 게시판 크기를 연결하는 데 있어,
테이블 셀을 정상적으로 합하였는지(colspan 등) 반드시 점검.
확인방법의 예 : <table> 태그에 border값을 적용하고, bordercolor를 지정해 시각적으로 확인
msie 6.xx : 테이블의 전체적인 틀이 깨짐
FF : 정상적으로 출력
<?
include_once("./_common.php");
if(!defined("_GNUBOARD_")) exit;
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/lib/poll.lib.php");
include_once("$g4[path]/lib/visit.lib.php");
include_once("$g4[path]/lib/connect.lib.php");
include_once("$g4[path]/lib/popular.lib.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
<html>
<head>
<title>lay_out</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<style type="text/css">
<!--
body {
background-image: url(images/main_bg.gif);
}
-->
</style></head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (lay_out.psd) -->
<table width="900" height="711" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
<tr valign="top">
<td height="231" colspan="3"><? include"in_top_box.php"; ?> </td>
</tr>
<tr>
<td width="75" height="396" valign="top" background="images/left_bg.gif"><? include"in_left.php"; ?></td>
<td width="755" height="396" valign="top" bgcolor="#FFFFFF">
<!--헤더
-->
<!--푸터
-->
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// 사용자 화면 우측과 하단을 담당하는 페이지입니다.
// 우측, 하단 화면을 꾸미려면 이 파일을 수정합니다.
?> <? include"in_body_a.php"; ?> </td>
<td width="70" height="396" valign="top" background="images/right_bg.gif"><? include"in_right_quick.php"; ?></td>
</tr>
<tr valign="top">
<td height="84" colspan="3"><? include"in_bottom.php"; ?></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>
<?
include_once("$g4[path]/tail.sub.php");
?>
이게 소스거든여
헤드 테일 이라구 주석으로 달아났구여
지금 계속 깨져보여서여 어디를 건드려야할지
몰겠어여 ㅠㅠㅠ
include_once("./_common.php");
if(!defined("_GNUBOARD_")) exit;
include_once("$g4[path]/head.sub.php");
include_once("$g4[path]/lib/outlogin.lib.php");
include_once("$g4[path]/lib/poll.lib.php");
include_once("$g4[path]/lib/visit.lib.php");
include_once("$g4[path]/lib/connect.lib.php");
include_once("$g4[path]/lib/popular.lib.php");
include_once("$g4[path]/lib/latest.lib.php");
?>
<html>
<head>
<title>lay_out</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<style type="text/css">
<!--
body {
background-image: url(images/main_bg.gif);
}
-->
</style></head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (lay_out.psd) -->
<table width="900" height="711" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
<tr valign="top">
<td height="231" colspan="3"><? include"in_top_box.php"; ?> </td>
</tr>
<tr>
<td width="75" height="396" valign="top" background="images/left_bg.gif"><? include"in_left.php"; ?></td>
<td width="755" height="396" valign="top" bgcolor="#FFFFFF">
<!--헤더
-->
<!--푸터
-->
<?
if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
// 사용자 화면 우측과 하단을 담당하는 페이지입니다.
// 우측, 하단 화면을 꾸미려면 이 파일을 수정합니다.
?> <? include"in_body_a.php"; ?> </td>
<td width="70" height="396" valign="top" background="images/right_bg.gif"><? include"in_right_quick.php"; ?></td>
</tr>
<tr valign="top">
<td height="84" colspan="3"><? include"in_bottom.php"; ?></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
</html>
<?
include_once("$g4[path]/tail.sub.php");
?>
이게 소스거든여
헤드 테일 이라구 주석으로 달아났구여
지금 계속 깨져보여서여 어디를 건드려야할지
몰겠어여 ㅠㅠㅠ
게시판 부분에 하단에
</td></tr></table> 가 한번 더 들어간거 같군요.
게시판 스킨에 view.skin.php 테이블을 보세요;;
</td></tr></table> 가 한번 더 들어간거 같군요.
게시판 스킨에 view.skin.php 테이블을 보세요;;