아.. 회원가입 이것저것해도 안되네여..
<!-- 로그인 전 외부로그인 시작 -->
<form name="fhead" method="post" onsubmit="return fhead_submit(this);" autocomplete="off" style="margin:0px;">
<input type="hidden" name="url" value="<?=$outlogin_url?>">
<table width="190" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3"><img src="<?=$outlogin_skin_path?>/img/login_top.gif" width="190" height="17"></td>
</tr>
<tr>
<td width="15" height="78" background="<?=$outlogin_skin_path?>/img/login_left_bg.gif"></td>
<td width="160" valign="top">
<table width="160" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100">
<table width="100" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100" height="23" colspan="2" align="center"><input name="mb_id" type="text" class=ed size="12" maxlength="20" required itemname="아이디" value='아이디' onMouseOver='chkReset(this.form);' onFocus='chkReset(this.form);' style="width:98px"></td>
</tr>
<tr>
<td id=pw1 width="100" height="23" colspan="2" align="center"><input type="text" class=ed size="12" maxlength="20" required itemname="패스워드" value='패스워드' onMouseOver='chkReset(this.form);' onfocus='chkReset(this.form);' style="width:98px"></td>
<td id=pw2 style='display:none;' width="100" height="23" colspan="2" align="center"><input name="mb_password" id="outlogin_mb_password" type="password" class=ed size="12" maxlength="20" itemname="패스워드" onMouseOver='chkReset(this.form);' onfocus='chkReset(this.form);' onKeyPress="check_capslock(event, 'outlogin_mb_password');" style="width:98px"></td>
</tr>
</table>
</td>
<td width="60" rowspan="2" align="right"><input type="image" src="<?=$outlogin_skin_path?>/img/login_button.gif" width="53" height="43"></td>
</tr>
</table>
<div style="padding:5px 0 0 0;">
<div style="float:left;"><input type="checkbox" name="auto_login" value="1" onclick="if (this.checked) { if (confirm('자동로그인을 사용하시면 다음부터 회원아이디와 패스워드를 입력하실 필요가 없습니다.\n\n\공공장소에서는 개인정보가 유출될 수 있으니 사용을 자제하여 주십시오.\n\n자동로그인을 사용하시겠습니까?')) { this.checked = true; } else { this.checked = false; } }"></div>
<div style="float:left;"><img src="<?=$outlogin_skin_path?>/img/login_auto.gif"></div>
</div>
</td>
<td width="15" background="<?=$outlogin_skin_path?>/img/login_right_bg.gif"></td>
</tr>
<tr>
<td colspan="5"><a href="javascript:win_password_lost();"><img src="<?=$outlogin_skin_path?>/img/login_pw_find_button.gif" width="117" height="40" border="0"></a>
<td colspan="5"><a href="javascript:memberJoin()"> <script language="JavaScript"> function memberJoin(){ window.open('<?=$g4[path]?>/bbs/register.php','fregister','width=650,height=680,toolbars=no,resizable=yes,scrollbars=yes'); } </script> <img src="<?=$outlogin_skin_path?>/img/login_join_button.gif" width="73" height="40" border="0"></a>
</td>
</tr>
</table>
이게 해당부분 문제에요
회원가입이 절대로 옆에가서 붙질않네요
뭐가 잘못된건지도 잘모르겠어요..
힌트라도 좋으니 답변좀 부탁드립니다.
<form name="fhead" method="post" onsubmit="return fhead_submit(this);" autocomplete="off" style="margin:0px;">
<input type="hidden" name="url" value="<?=$outlogin_url?>">
<table width="190" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3"><img src="<?=$outlogin_skin_path?>/img/login_top.gif" width="190" height="17"></td>
</tr>
<tr>
<td width="15" height="78" background="<?=$outlogin_skin_path?>/img/login_left_bg.gif"></td>
<td width="160" valign="top">
<table width="160" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100">
<table width="100" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100" height="23" colspan="2" align="center"><input name="mb_id" type="text" class=ed size="12" maxlength="20" required itemname="아이디" value='아이디' onMouseOver='chkReset(this.form);' onFocus='chkReset(this.form);' style="width:98px"></td>
</tr>
<tr>
<td id=pw1 width="100" height="23" colspan="2" align="center"><input type="text" class=ed size="12" maxlength="20" required itemname="패스워드" value='패스워드' onMouseOver='chkReset(this.form);' onfocus='chkReset(this.form);' style="width:98px"></td>
<td id=pw2 style='display:none;' width="100" height="23" colspan="2" align="center"><input name="mb_password" id="outlogin_mb_password" type="password" class=ed size="12" maxlength="20" itemname="패스워드" onMouseOver='chkReset(this.form);' onfocus='chkReset(this.form);' onKeyPress="check_capslock(event, 'outlogin_mb_password');" style="width:98px"></td>
</tr>
</table>
</td>
<td width="60" rowspan="2" align="right"><input type="image" src="<?=$outlogin_skin_path?>/img/login_button.gif" width="53" height="43"></td>
</tr>
</table>
<div style="padding:5px 0 0 0;">
<div style="float:left;"><input type="checkbox" name="auto_login" value="1" onclick="if (this.checked) { if (confirm('자동로그인을 사용하시면 다음부터 회원아이디와 패스워드를 입력하실 필요가 없습니다.\n\n\공공장소에서는 개인정보가 유출될 수 있으니 사용을 자제하여 주십시오.\n\n자동로그인을 사용하시겠습니까?')) { this.checked = true; } else { this.checked = false; } }"></div>
<div style="float:left;"><img src="<?=$outlogin_skin_path?>/img/login_auto.gif"></div>
</div>
</td>
<td width="15" background="<?=$outlogin_skin_path?>/img/login_right_bg.gif"></td>
</tr>
<tr>
<td colspan="5"><a href="javascript:win_password_lost();"><img src="<?=$outlogin_skin_path?>/img/login_pw_find_button.gif" width="117" height="40" border="0"></a>
<td colspan="5"><a href="javascript:memberJoin()"> <script language="JavaScript"> function memberJoin(){ window.open('<?=$g4[path]?>/bbs/register.php','fregister','width=650,height=680,toolbars=no,resizable=yes,scrollbars=yes'); } </script> <img src="<?=$outlogin_skin_path?>/img/login_join_button.gif" width="73" height="40" border="0"></a>
</td>
</tr>
</table>
이게 해당부분 문제에요
회원가입이 절대로 옆에가서 붙질않네요
뭐가 잘못된건지도 잘모르겠어요..
힌트라도 좋으니 답변좀 부탁드립니다.
첨부파일
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 8개
근데 좀 수정하신것 같은데요. 나모같은걸로 수정하셨나요. 하단 이상하게 되셨는데 지금
새로 받아서 덮어씌워보세요.
그게안된다는거에요 혹시 방법없을까요?
스킨들은 잘 사용하고있습니다 감사해요 ~
http://sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=29928
그런데 전 <a href="javascript:memberJoin()">
<script language="JavaScript">
function memberJoin(){
window.open('<?=$g4[path]?>/bbs/register.php','fregister','width=650,height=680,toolbars=no,resizable=yes,scrollbars=yes');
}
</script>
이부분을 넣고나서 회원가입이 저 옆으로 떨어져있다는거에요 ㅎㅎ
수정을 어떤 프로그램으로 하셨는지 모르겠지만 하단 부분 지금 td가 잘못되셨어요.
그거 넣는거랑 상관없는 부분인데 비교를 한번 해보세요.
<tr>
<td colspan="3"><a href="javascript:win_password_lost();"><img src="<?=$outlogin_skin_path?>/img/login_pw_find_button.gif" width="117" height="40" border="0"></a><a href="javascript:memberJoin()"><script language="JavaScript">
function memberJoin(){
window.open('<?=$g4[path]?>/bbs/register.php','fregister','width=650,height=680,toolbars=no,resizable=yes,scrollbars=yes');
}
</script><img src="<?=$outlogin_skin_path?>/img/login_join_button.gif" width="73" height="40" border="0"></a></td>
</tr>