http://www.kicbook.com

가보시면 홈페이지 컨텐츠 마다 높이가 달라요
제로보드 연결한 컨텐츠 말이죠;;

그래서 어느 님이 수정하는 법 알려주셨는데

head.html 에 이렇게 넣으면 되나요? 안되던데;;;

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>Untitled Document</title>
</head>

<body topmargin='0'  leftmargin='0' marginwidth='0' marginheight='0'>
<table width="900" cellspacing="0" cellpadding="0" height="884" border="0" align="center">
<tr>
    <td height="119" colspan="2">
      <embed src="http://kicbook.com/menu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="117"></embed>
    </td>
</tr>


  <tr>
    <td width="199" valign="top" height="679">
   <p align="center">
     <?
   $_zb_url = "http://kicbook.com/bbs/";
   $_zb_path = "/home/hosting_users/sppisu/www/bbs/";
   include $_zb_path."outlogin.php";
?>
      <? print_outlogin("login", 1, 10) ?>
       <embed src="http://kicbook.com/V_menu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="193" height="485"></embed>
      
      </p>
   <p align="center">&nbsp;</p>
   <p align="center">&nbsp;</p></td>
    <td width="697">





이렇게 하면 되나요??