안녕하세요 다름이 아니구 로그인이 클릭이 안되요

아이디와 패스워드를 누르고 엔터를 치면 로그인이 되는데

클릭이 안되요 제가 잠깐 수정을 햇거든요

------------------------ 원본 소스

<div align="right">
<TABLE  BORDER=0 CELLPADDING="1" CELLSPACING=0>

<form name=zb_login method=post action="[action]" onsubmit="return zb_login_check_submit();">
<input type=hidden name=s_url value="[s_url]">

 <TR height=20>
  <td style="color:6F6F6F"><span style="font-size:8pt;"><font face="돋움">아이디:</font>&nbsp;</span></td>
        <TD><span style="font-size:8pt;"><Input Type=text Name=user_id value='' Size="9" Maxlength=15 Class=input style="font-family:굴림; font-size:8pt; border-width:1px; border-color:rgb(204,204,204); border-style:solid;">&nbsp;</span></TD>
        <td style="color:6F6F6F"><span style="font-size:8pt;"><font face="돋움">비밀번호:</font>&nbsp;</span></td>
        <TD><span style="font-size:8pt;"><Input Type=password Name=password value='' Size="9" Maxlength=15 Class=input style="font-size:8pt; border-width:1px; border-color:rgb(204,204,204); border-style:solid;">&nbsp;</span></TD>
  <TD><span style="font-size:8pt;"><input type=checkbox name=auto_login value=1 onclick=check_autologin() style="font-family:굴림; font-size:5pt; border-color:white;"></span></TD>
  <td style="color:6F6F6F"><span style="font-size:8pt;"><font face="Verdana" color="#1C96E8">A</font><font face="Verdana">uto</font>&nbsp;</span></td>
        <TD><span style="font-size:8pt;">[login]&nbsp;</span></TD>
  <TD><span style="font-size:8pt;">[member_join]&nbsp;</span></TD>
  <TD><span style="font-size:8pt;">[lost_id]&nbsp;&nbsp;</span></TD>
  
 </TR>
 
 </form>
</TABLE>
</div>

--------------------------------------------



---------------------------------------------- 수정한 소스
<div align="left">
<TABLE  BORDER=0 CELLPADDING="0" CELLSPACING=0 width="567">

<form name=zb_login method=post action="[action]" onsubmit="return zb_login_check_submit();">
<input type=hidden name=s_url value="[s_url]">


 <TR>
  <td style="color:6F6F6F" width="35" height="4">
                    <p align="right"><font size="1"><IMG SRC="[dir]login_1.gif" WIDTH="14" HEIGHT="19" ALT=""></font></td>
        <TD width="83" height="4"><font size="1"><Input Type=text Name=user_id value='' Size="11" Maxlength=15 Class=input style="font-family:굴림; font-size:8pt; border-width:1px; border-color:rgb(182,165,139); border-style:solid;">&nbsp;</font></TD>
        <td style="color:6F6F6F" width="31" height="4"><font size="1"><IMG SRC="[dir]login_3.gif" WIDTH="21" HEIGHT="19" ALT=""></font></td>
        <TD width="89" height="4"><font size="1"><Input Type=password Name=password value='' Size="11" Maxlength=15 Class=input style="font-size:8pt; border-width:1px; border-color:rgb(182,165,139); border-style:solid;"></font><span style="font-size:8pt;">&nbsp;</span></TD>
        <TD width="159" height="4"><span style="font-size:8pt;">[login]&nbsp;</span></TD>
  <TD width="122" height="4">
                    <p align="right"><font size="1">&nbsp;</font></TD>
  <TD width="48" height="4">
                    <div id="layer1" style="width:114px; height:18px; position:absolute; left:240px; top:0px; z-index:1;">
                        <table cellpadding="0" cellspacing="0" width="184">
                            <tr>
                                <td width="82" height="5">
                                    <p align="right">&nbsp;</td>
                                <td width="102" height="5">
                                    <p align="left"><font size="1">[lost_id]</font></td>
                            </tr>
                        </table>
                    </div>
                    <div id="layer2" style="width:77px; height:11px; position:absolute; left:241px; top:0px; z-index:1;">
                                    <p align="right"><font size="1">[member_join]</font>
                    </div>

</TD>
  
 </TR>
 
 </form>
</TABLE>
</div>
-----------------------------------------------------------------------------------------------------------------------------------

어디 소스가 잘못됐나요 원본을 업로드시엔 잘되더라구요