묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
테이블에서 공백이 계속 나옵니다.
2004.05.05 03:13
아웃로그인을 만들고 있는데요.
대충 다 와성해서 웹에 올려봤는데
id제목과 입력창, pass제목과 입력창 사이에 공백이 생깁니다.
그로 인해 테이블이 깨져버리네요.
소스를 봐도 아무런 공백도 없고, html상의 오류도 없습니다.
물론 테이블border나, 셀여백등도 전부 0으로 설정되어있습니다.
한번 보시고 왜 이러는지 아시면 답변해 주시면 감사드릴께요.
위치
http://www.rikiz.com/main.htm
소스
<!--- 로그인 폼입니다 -->
<style type="text/css">
<!--
BODY,TD,SELECT,input,DIV,form,TEXTAREA,center,option,pre,blockquote {font-family:굴림; font-size:10pt; color:#234965;}
.jinny-input {border:0;background: font-family:굴림;font-size:8pt;color:000000;}
.jinny-thm7 {font-family:굴림;font-size:10pt;text-align: center}
.jinny-thm8 {font-family:굴림;font-size:10pt;text-align: center;color:#000000;overflow:none}
-->
</style>
<table border="0" width="200" height="145" cellpadding="0" 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>
<td width="77" rowspan="4" height="145"><img src=[dir]left.gif width="77" height="145" border="0" vspace="0" hspace="0"></td>
<td width="28" height="27"><img src=[dir]id.gif width="28" height="27" border="0" vspace="0" hspace="0"></td>
<td width="97" colspan="3" height="27" background=[dir]idbg.gif><input type=text size=7 name=user_id class=jinny-input></td>
</tr>
<tr>
<td width="28" height="22"><img src=[dir]pw.gif width="28" height="22" border="0" hspace="0" vspace="0"></td>
<td width="97" colspan="3" height="22" background=[dir]pwbg.gif><input type=password size=7 name=password class=jinny-input><input type=checkbox name=auto_login value=1 onclick=check_autologin()></td>
</tr>
<tr>
<td width="124" colspan="4" height="61" background=[dir]countbg.gif class=jinny-thm8>Member : [total_member_connect]<br>Guest : [total_guest_connect]</td>
</tr>
<tr>
<td width="44" colspan="2" height="37">[lost_id]</td>
<td width="39" height="37">[login]</td>
<td width="42" height="37">[member_join]</td>
</tr>
</table>
대충 다 와성해서 웹에 올려봤는데
id제목과 입력창, pass제목과 입력창 사이에 공백이 생깁니다.
그로 인해 테이블이 깨져버리네요.
소스를 봐도 아무런 공백도 없고, html상의 오류도 없습니다.
물론 테이블border나, 셀여백등도 전부 0으로 설정되어있습니다.
한번 보시고 왜 이러는지 아시면 답변해 주시면 감사드릴께요.
위치
http://www.rikiz.com/main.htm
소스
<!--- 로그인 폼입니다 -->
<style type="text/css">
<!--
BODY,TD,SELECT,input,DIV,form,TEXTAREA,center,option,pre,blockquote {font-family:굴림; font-size:10pt; color:#234965;}
.jinny-input {border:0;background: font-family:굴림;font-size:8pt;color:000000;}
.jinny-thm7 {font-family:굴림;font-size:10pt;text-align: center}
.jinny-thm8 {font-family:굴림;font-size:10pt;text-align: center;color:#000000;overflow:none}
-->
</style>
<table border="0" width="200" height="145" cellpadding="0" 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>
<td width="77" rowspan="4" height="145"><img src=[dir]left.gif width="77" height="145" border="0" vspace="0" hspace="0"></td>
<td width="28" height="27"><img src=[dir]id.gif width="28" height="27" border="0" vspace="0" hspace="0"></td>
<td width="97" colspan="3" height="27" background=[dir]idbg.gif><input type=text size=7 name=user_id class=jinny-input></td>
</tr>
<tr>
<td width="28" height="22"><img src=[dir]pw.gif width="28" height="22" border="0" hspace="0" vspace="0"></td>
<td width="97" colspan="3" height="22" background=[dir]pwbg.gif><input type=password size=7 name=password class=jinny-input><input type=checkbox name=auto_login value=1 onclick=check_autologin()></td>
</tr>
<tr>
<td width="124" colspan="4" height="61" background=[dir]countbg.gif class=jinny-thm8>Member : [total_member_connect]<br>Guest : [total_guest_connect]</td>
</tr>
<tr>
<td width="44" colspan="2" height="37">[lost_id]</td>
<td width="39" height="37">[login]</td>
<td width="42" height="37">[member_join]</td>
</tr>
</table>