상단 로그인 로그아웃 했는데~~ 정보
상단 로그인 로그아웃 했는데~~첨부파일
본문
상당 로그인 로그아웃 했는데~~
테이블이 벌어지네요~ㅜㅜ
파일첨부했으니까 보시고 좀 알려주세요~
아래는 코듭니다
<table border="0" cellpadding="0" cellspacing="0" height="20">
<tr valign="middle">
<td><img src="/image/top_piece02.gif" height="20" border="0"></td>
<td><a href="/index2.php" target="_self" onFocus="blur()"><img src="/image/topmenu_01.gif" width="48" height="20" border="0" ></a></td>
<td align="center">
<? if (!$member['mb_id']) { ?>
<a href="<?=$g4['bbs_path']?>/login.php?url=<?=$urlencode?>" target="_self" onFocus="blur()"><img src="/image/topmenu_02.gif" width="31" height="20" border="0"></a>
<? } else { ?>
<a href="<?=$g4['bbs_path']?>/logout.php"><img src="<?=$g4['path']?>/image/top_logout.gif" width="31" height="20" border="0"></a>
<? } ?>
</td>
<td><a href="/index2.php" target="_self" onFocus="blur()"><img src="/image/topmenu_03.gif" width="44" height="20" border="0" ></a></td>
<td><a href="/gmform/index.php?show=7" target="_self" onFocus="blur()"><img src="/image/topmenu_04.gif" width="71" height="20" border="0"></a></td>
</tr>
</table>
테이블이 벌어지네요~ㅜㅜ
파일첨부했으니까 보시고 좀 알려주세요~
아래는 코듭니다
<table border="0" cellpadding="0" cellspacing="0" height="20">
<tr valign="middle">
<td><img src="/image/top_piece02.gif" height="20" border="0"></td>
<td><a href="/index2.php" target="_self" onFocus="blur()"><img src="/image/topmenu_01.gif" width="48" height="20" border="0" ></a></td>
<td align="center">
<? if (!$member['mb_id']) { ?>
<a href="<?=$g4['bbs_path']?>/login.php?url=<?=$urlencode?>" target="_self" onFocus="blur()"><img src="/image/topmenu_02.gif" width="31" height="20" border="0"></a>
<? } else { ?>
<a href="<?=$g4['bbs_path']?>/logout.php"><img src="<?=$g4['path']?>/image/top_logout.gif" width="31" height="20" border="0"></a>
<? } ?>
</td>
<td><a href="/index2.php" target="_self" onFocus="blur()"><img src="/image/topmenu_03.gif" width="44" height="20" border="0" ></a></td>
<td><a href="/gmform/index.php?show=7" target="_self" onFocus="blur()"><img src="/image/topmenu_04.gif" width="71" height="20" border="0"></a></td>
</tr>
</table>
댓글 전체

조건문안에 td /td를 넣어보셔요
<table border="0" cellpadding="0" cellspacing="0" height="20">
<tr valign="middle">
<td><img src="<?=$g4['path']?>/image/top_piece02.gif" height="20" border="0"></td>
<td><a href="/index2.php" target="_self" onFocus="blur()"><img src="<?=$g4['path']?>/image/topmenu_01.gif" width="48" height="20" border="0" ></a></td>
<? if (!$member['mb_id']) { ?>
<td><a href="<?=$g4['bbs_path']?>/login.php?url=<?=$urlencode?>" target="_self" onFocus="blur()"><img src="/image/topmenu_02.gif" width="31" height="20" border="0"></a></td>
<? } else { ?>
<td><a href="<?=$g4['bbs_path']?>/logout.php"><img src="<?=$g4['path']?>/image/top_logout.gif" width="31" height="20" border="0"></a></td>
<? } ?>
<td><a href="/index2.php" target="_self" onFocus="blur()"><img src="<?=$g4['path']?>/image/topmenu_03.gif" width="44" height="20" border="0" ></a></td>
<td><a href="/gmform/index.php?show=7" target="_self" onFocus="blur()"><img src="<?=$g4['path']?>/image/topmenu_04.gif" width="71" height="20" border="0"></a></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" height="20">
<tr valign="middle">
<td><img src="<?=$g4['path']?>/image/top_piece02.gif" height="20" border="0"></td>
<td><a href="/index2.php" target="_self" onFocus="blur()"><img src="<?=$g4['path']?>/image/topmenu_01.gif" width="48" height="20" border="0" ></a></td>
<? if (!$member['mb_id']) { ?>
<td><a href="<?=$g4['bbs_path']?>/login.php?url=<?=$urlencode?>" target="_self" onFocus="blur()"><img src="/image/topmenu_02.gif" width="31" height="20" border="0"></a></td>
<? } else { ?>
<td><a href="<?=$g4['bbs_path']?>/logout.php"><img src="<?=$g4['path']?>/image/top_logout.gif" width="31" height="20" border="0"></a></td>
<? } ?>
<td><a href="/index2.php" target="_self" onFocus="blur()"><img src="<?=$g4['path']?>/image/topmenu_03.gif" width="44" height="20" border="0" ></a></td>
<td><a href="/gmform/index.php?show=7" target="_self" onFocus="blur()"><img src="<?=$g4['path']?>/image/topmenu_04.gif" width="71" height="20" border="0"></a></td>
</tr>
</table>