[급질]왼쪽메뉴 오류 > 그누4 질문답변

그누4 질문답변

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

[급질]왼쪽메뉴 오류 정보

[급질]왼쪽메뉴 오류

본문

지금 head.php에서 왼쪽메뉴를
<table align=center width='<?=$table_width?>' cellpadding=0 cellspacing=0 border=0>
<tr>
    <td align=center valign=top width=140>

  <!-- 상품분류 -->
        <table bgcolor=#EFF9D8 width=180 cellpadding=1 cellspacing=0>
        <tr><td><?include_once("$g4[path]/left.php");?></td></tr>
        </table><br>

    </td>
    <td width=5></td>
    <td valign=top width='<?=((int)$table_width-190)?>'>
이렇게 인쿠르드시켰는데요...
left.php파일을 제가 직접 만든거구요
그런데 이렇게하니까 왼쪽으로 딱 붙질않고 오른쪽으로 쏠려서 나옵니다..
그리고 게시판이나 이쪽으로 가면 오른쪽으로 더많이 쏠리는데요..
이건 어떻게 해야되는지..
  • 복사

댓글 전체

테이블 정렬이 center로 되어 있는데요.....left로 봐꿔보세요.

<table align=left width='<?=$table_width?>' cellpadding=0 cellspacing=0 border=0>
<tr>
    <td align=left valign=top width=140>

  <!-- 상품분류 -->
        <table bgcolor=#EFF9D8 width=180 cellpadding=1 cellspacing=0>
        <tr><td><?include_once("$g4[path]/left.php");?></td></tr>
        </table><br>

    </td>
    <td width=5></td>
    <td valign=top width='<?=((int)$table_width-190)?>'>
© SIRSOFT
현재 페이지 제일 처음으로