메인화면 사이즈 수정법 궁금해요

· 13년 전 · 804
안녕하세요..
이번에 왕초보가 홈피만드는 도중에 메인화면
hed.php부분 상단 메뉴까지는 늘려놨는데요
그 밑으로는 사이즈가 그대로변함이 없더라구요
index.php 를 뒤져봐도 별 내용이 없는거 같아요

------- index.php 현재 내용 입니다 ------------
<?
include_once("./_common.php");

$g4['title'] = "";
include_once("./_head.php");
?>

<style type="text/css">
.item { margin:0 0 10px 0; }
</style>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
<?
$sql = "select * from $g4[board_table] order by bo_order_search";
$qry = sql_query($sql);
for ($i=0; $row=sql_fetch_array($qry); $i++) {
?>
<tr>
<td width="350" valign="top">
<div class="item"><?=latest("mw.list", $row[bo_table], 5, 45)?></div>
</td>
<td width="10"></td>
<td width="345" valign="top">
<?
$row = sql_fetch_array($qry); $i++;
if ($row) {
?>
<div class="item"><?=latest("mw.list", $row[bo_table], 5, 45)?></div>
<? } ?>
</td>
</tr>
<? } ?>
</table>

<?
include_once("./_tail.php");
?>
-----------------------------------------------
어떻게 수정하는지 궁금합니다
도와주세요 ㅠㅠ;;
|
댓글을 작성하시려면 로그인이 필요합니다.

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기 기존 게시물은 열람만 가능합니다.

+
제목 글쓴이 날짜 조회
13년 전 조회 1,067
13년 전 조회 863
13년 전 조회 1,629
13년 전 조회 843
13년 전 조회 978
13년 전 조회 778
13년 전 조회 1,543
13년 전 조회 1,460
13년 전 조회 926
13년 전 조회 805
13년 전 조회 1,479
13년 전 조회 1,579
13년 전 조회 1,191
13년 전 조회 786
13년 전 조회 1,927
13년 전 조회 713
13년 전 조회 818
13년 전 조회 1,541
13년 전 조회 1,602
13년 전 조회 1,018