그누보드4 게시판에 대해 (리스트목록 정렬) 정보
그누보드4 게시판에 대해 (리스트목록 정렬)
본문
안녕하세요~ 포인트가 없어서 여기에다 여쭤봅니다 ㅜ.ㅜ
그누보드4를 이용해 게시판을 만들었는데요..
헤드부분에서 왼쪽 (아웃로그인, 방문자수) 부분을 없앴습니다.
그리고 게시판 리스트가 가운데로 나타나게 했는데요..
여기서 문제가 발생했어요 ㅜ.,ㅜ
첨부이미지에 보시듯.. 게시판 윗부분 과 아랫부분(목록표시부분)이 정렬이 맞지 않네요..
'제목' 이란 글씨도 원래는 가운데 가있었는데 저렇게 앞으로 맞춰져서 나오구요 ㅠ.,ㅠ
그래서 스킨부분에서 list.skin.php 부분을 찾아보니 거기서는 제대로 가운데정렬로 되어있더라구요.. 근데 왜 저렇게 웹으로 띄워보면 가운데정렬이 안되어 있는건지.. ㅠ.ㅠ 이유를 아시는분은 도움좀 주세요 ( _ _)
그누보드4를 이용해 게시판을 만들었는데요..
헤드부분에서 왼쪽 (아웃로그인, 방문자수) 부분을 없앴습니다.
그리고 게시판 리스트가 가운데로 나타나게 했는데요..
여기서 문제가 발생했어요 ㅜ.,ㅜ
첨부이미지에 보시듯.. 게시판 윗부분 과 아랫부분(목록표시부분)이 정렬이 맞지 않네요..
'제목' 이란 글씨도 원래는 가운데 가있었는데 저렇게 앞으로 맞춰져서 나오구요 ㅠ.,ㅠ
그래서 스킨부분에서 list.skin.php 부분을 찾아보니 거기서는 제대로 가운데정렬로 되어있더라구요.. 근데 왜 저렇게 웹으로 띄워보면 가운데정렬이 안되어 있는건지.. ㅠ.ㅠ 이유를 아시는분은 도움좀 주세요 ( _ _)
추천
0
0
댓글 2개
소스를 보지 않으면 확실히 말씀을 드릴 수가 없을거 같은데요..
해당 게시물의 HTML 소스라도 올려주셔야지 확인가능할거 같아요
해당 게시물의 HTML 소스라도 올려주셔야지 확인가능할거 같아요

<?
include_once("$g4[path]/head.sub.php");
include_once("./_common.php");
?>
<html lang="ko">
<head>
<meta http-equiv="content-type" content="text/html;charset=euc-kr">
<title>1</title>
<link href="../style/soap.css" type="text/css" rel="stylesheet">
<script src="<?=$g4['path']?>/lib/js/embed.js"></script>
<style type="text/css" media="screen"></style>
<!-/style>
</head>
<body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" bgcolor="white">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><table width="1024" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="20" valign="bottom"><div align="right">
<img src="<?=$g4['path']?>/images/main/top_home.gif" width="31" height="10" onClick="location.href='http://www.playsoap.co.kr/home.php'" style="cursor:hand;">
<a href="mailTo:*** 개인정보보호를 위한 이메일주소 노출방지 ***"><img src="<?=$g4['path']?>/images/main/top_contact.gif" width="56" height="10" style="cursor:hand;"></a>
<img src="<?=$g4['path']?>/images/main/korean.gif" width="42" height="10" onClick="location.href='http://www.playsoap.co.kr/home.php'" style="cursor:hand;">
<img src="<?=$g4['path']?>/images/main/english.gif" width="42" height="10" onClick="location.href='http://www.playsoap.kr/'" style="cursor:hand;">
</div> </td>
<td> </td>
</tr>
<tr>
<td width="930" >
<!-- 탑 플래시 자리 --><script>MakeFlash("<?=$g4['path']?>/images/flash/<?=$top_flash?>","left_menu",<?=$topflash_size_width?>,<?=$topflash_size_height?>,"transparent")</script></td>
<td width="94"> </td>
</tr>
<tr>
<td valign="top" bgcolor="white"><table width="930" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="125" height="0" valign="top">
</td>
<td width="721" valign="top"><table width="721" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="21"> </td>
<td width="670">
==========================================================================================
헤드부분을 이렇게 고친 후에 저런 현상이 나타났습니다.. ㅠ.,ㅠ
include_once("$g4[path]/head.sub.php");
include_once("./_common.php");
?>
<html lang="ko">
<head>
<meta http-equiv="content-type" content="text/html;charset=euc-kr">
<title>1</title>
<link href="../style/soap.css" type="text/css" rel="stylesheet">
<script src="<?=$g4['path']?>/lib/js/embed.js"></script>
<style type="text/css" media="screen"></style>
<!-/style>
</head>
<body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" bgcolor="white">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><table width="1024" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="20" valign="bottom"><div align="right">
<img src="<?=$g4['path']?>/images/main/top_home.gif" width="31" height="10" onClick="location.href='http://www.playsoap.co.kr/home.php'" style="cursor:hand;">
<a href="mailTo:*** 개인정보보호를 위한 이메일주소 노출방지 ***"><img src="<?=$g4['path']?>/images/main/top_contact.gif" width="56" height="10" style="cursor:hand;"></a>
<img src="<?=$g4['path']?>/images/main/korean.gif" width="42" height="10" onClick="location.href='http://www.playsoap.co.kr/home.php'" style="cursor:hand;">
<img src="<?=$g4['path']?>/images/main/english.gif" width="42" height="10" onClick="location.href='http://www.playsoap.kr/'" style="cursor:hand;">
</div> </td>
<td> </td>
</tr>
<tr>
<td width="930" >
<!-- 탑 플래시 자리 --><script>MakeFlash("<?=$g4['path']?>/images/flash/<?=$top_flash?>","left_menu",<?=$topflash_size_width?>,<?=$topflash_size_height?>,"transparent")</script></td>
<td width="94"> </td>
</tr>
<tr>
<td valign="top" bgcolor="white"><table width="930" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="125" height="0" valign="top">
</td>
<td width="721" valign="top"><table width="721" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="21"> </td>
<td width="670">
==========================================================================================
헤드부분을 이렇게 고친 후에 저런 현상이 나타났습니다.. ㅠ.,ㅠ