http://zozef.net/pic/밀려난.jpg
윗 그림처럼 글내용의 밑의 메뉴가 좌측으로 밀려 있는데요,
수정하려고 소스를 열어봤지만 왼쪽 여백을 어떻게 지정해야 하는지 모르겠네요...
view_foot.php를 올려드립니다.
어떻게 고쳐야 할지 지도 부탁드립니다..
<?
if(!eregi("Zeroboard",$a_list)) $a_list = str_replace(">","><font class=list_eng>",$a_list)." ";
if(!eregi("Zeroboard",$a_reply)) $a_reply = str_replace(">","><font class=list_eng>",$a_reply)." ";
if(!eregi("Zeroboard",$a_modify)) $a_modify = str_replace(">","><font class=list_eng>",$a_modify)." ";
if(!eregi("Zeroboard",$a_delete)) $a_delete = str_replace(">","><font class=list_eng>",$a_delete)." ";
if(!eregi("Zeroboard",$a_write)) $a_write = str_replace(">","><font class=list_eng>",$a_write)." ";
if(!eregi("Zeroboard",$a_vote)) $a_vote = str_replace(">","><font class=list_eng>",$a_vote)." ";
?>
<table border=0 cellspacing=0 cellpadding=0 height=1
width=<?=$width?>>
</table>
<img src=/images/t.gif border=0 height=8><br>
<table height=40 border=0 class=zv3_footer cellpadding=0 cellspacing=0 width=<?=$width?>>
<tr class=zv3_footer>
<td height=30>
<!--<?=$a_reply?>답글달기</a>-->
<?=$a_modify?><img src=<?=$dir?>/btn_modify.gif border=0></a>
<?=$a_delete?><img src=<?=$dir?>/btn_delete.gif border=0></a>
<!--<?=$a_vote?>추천하기</a>-->
</td>
<td align=right>
<?=$a_list?><img src=<?=$dir?>/btn_list.gif border=0></a>
<?=$a_write?><img src=<?=$dir?>/btn_write.gif border=0> </a>
</td>
</tr>
</table>
<br>
<table width=<?=$width?>>
<tr>
<td background=<?=$dir?>/line.gif height=1 width=100% colspan=3>
</td>
</tr>
</table>
<!--이전글제목-->
<?=$hide_prev_start?>
<table width=<?=$width?>>
<tr><td width=55 valign=middle style='word-break:break-all;'><img src=<?=$dir?>/prev.gif border=0></td>
<td><?=$a_prev?><?=$prev_subject?></a>
</td></tr></table>
<?=$hide_prev_end?>
<!--다음글제목-->
<?=$hide_next_start?>
<table width=<?=$width?>>
<tr><td width=55 valign=middle style='word-break:break-all;'>
<img src=<?=$dir?>/next.gif border=0></td><td><?=$a_next?><?=$next_subject?></a>
</td></tr></table>
<?=$hide_next_end?>
<table width=<?=$width?>>
<tr>
<td background=<?=$dir?>/line.gif height=1 width=100% colspan=3>
</td>
</tr>
</table>
윗 그림처럼 글내용의 밑의 메뉴가 좌측으로 밀려 있는데요,
수정하려고 소스를 열어봤지만 왼쪽 여백을 어떻게 지정해야 하는지 모르겠네요...
view_foot.php를 올려드립니다.
어떻게 고쳐야 할지 지도 부탁드립니다..
<?
if(!eregi("Zeroboard",$a_list)) $a_list = str_replace(">","><font class=list_eng>",$a_list)." ";
if(!eregi("Zeroboard",$a_reply)) $a_reply = str_replace(">","><font class=list_eng>",$a_reply)." ";
if(!eregi("Zeroboard",$a_modify)) $a_modify = str_replace(">","><font class=list_eng>",$a_modify)." ";
if(!eregi("Zeroboard",$a_delete)) $a_delete = str_replace(">","><font class=list_eng>",$a_delete)." ";
if(!eregi("Zeroboard",$a_write)) $a_write = str_replace(">","><font class=list_eng>",$a_write)." ";
if(!eregi("Zeroboard",$a_vote)) $a_vote = str_replace(">","><font class=list_eng>",$a_vote)." ";
?>
<table border=0 cellspacing=0 cellpadding=0 height=1
width=<?=$width?>>
</table>
<img src=/images/t.gif border=0 height=8><br>
<table height=40 border=0 class=zv3_footer cellpadding=0 cellspacing=0 width=<?=$width?>>
<tr class=zv3_footer>
<td height=30>
<!--<?=$a_reply?>답글달기</a>-->
<?=$a_modify?><img src=<?=$dir?>/btn_modify.gif border=0></a>
<?=$a_delete?><img src=<?=$dir?>/btn_delete.gif border=0></a>
<!--<?=$a_vote?>추천하기</a>-->
</td>
<td align=right>
<?=$a_list?><img src=<?=$dir?>/btn_list.gif border=0></a>
<?=$a_write?><img src=<?=$dir?>/btn_write.gif border=0> </a>
</td>
</tr>
</table>
<br>
<table width=<?=$width?>>
<tr>
<td background=<?=$dir?>/line.gif height=1 width=100% colspan=3>
</td>
</tr>
</table>
<!--이전글제목-->
<?=$hide_prev_start?>
<table width=<?=$width?>>
<tr><td width=55 valign=middle style='word-break:break-all;'><img src=<?=$dir?>/prev.gif border=0></td>
<td><?=$a_prev?><?=$prev_subject?></a>
</td></tr></table>
<?=$hide_prev_end?>
<!--다음글제목-->
<?=$hide_next_start?>
<table width=<?=$width?>>
<tr><td width=55 valign=middle style='word-break:break-all;'>
<img src=<?=$dir?>/next.gif border=0></td><td><?=$a_next?><?=$next_subject?></a>
</td></tr></table>
<?=$hide_next_end?>
<table width=<?=$width?>>
<tr>
<td background=<?=$dir?>/line.gif height=1 width=100% colspan=3>
</td>
</tr>
</table>