<TD 사이즈가 안늘어나요, ㅜㅜ > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

<TD 사이즈가 안늘어나요, ㅜㅜ 정보

<TD 사이즈가 안늘어나요, ㅜㅜ

본문

왼쪽칸을 좀 늘리고싶은데 늘어나질 안하요, 난감하네요,
<col width="30%"  라는걸 조정해도 전현 움직이지를 않아서요,
혹시 어떻게 하는지 아시면 답변좀 부탁드립니다.
전체파일도 첨부합니다.
감사합니다.

http://aelc.co.kr/gnu/bbs/board.php?bo_table=m4_4

주민등록번


여권소지여


현재영어구
사능력




<table width="500" border="0" cellpadding="0" cellspacing="0">

<tr>
<td>
<form name="fumail" method="post" action="./update.php" enctype="multipart/form-data">

<TABLE width='100%' border='0'cellpadding='4' cellspacing='1'>
<col width="30%" style='height:10px;' bgcolor="#F4F3F2">
<col width="70%">

<tr>
<td colspan="2" height="1" bgcolor="#DBD8D2"></td>
</tr>
<tr>
<td style='font:bold;color:#666666' height="32">· 한글이름</td>
<td><input class="box" type='text' name='성명' style="width:100;" required itemname="성명"> (예:홍길동)</td>
</tr>
  • 복사

댓글 전체

<td style='font:bold;color:#666666' height="32">· 한글이름</td> <-여기에 width값을 주세요~

ex )

<td width=100 style='font:bold;color:#666666' height="32">· 한글이름</td>
예제>>
<tr>
<td style='font:bold;color:#666666' height="32" width="50%">&middot; 한글이름</td>
<td><input class="box" type='text' name='성명' style="width:100;" required itemname="성명"> (예:홍길동)</td>
</tr>
아래 주소입력하는부분 사이즈(400->300)를 줄이니 됩니다. 모두 감사합니다.

<td style='font:bold;color:#666666'>· 주소</td>
<td>
<input class="box" type='text' name='zip1' style="width:30;" readonly itemname="우편번호 앞자리"> - <input class="box" type='text' name='zip2' style="width:30;" readonly itemname="우편번호뒷자리">&nbsp;<a href="javascript:;" onclick="win_zip('fumail', 'zip1', 'zip2', 'addr1', 'addr2');"><img width="91" height="20" src="img/btn_zip.gif" border=0 align=absmiddle></a><br>
<input class="box" type='text' name='addr1' style="width:300;" readonly itemname="주소"><br>
<input class="box" type='text' name='addr2' style="width:300;" itemname="상세주소">
</td>
왼쪽 셀에 비해서 오른쪽이 길기 때문에 그냥은 안 늘어 날 듯합니다.
왼쪽 셀에 사이즈 지정해 주시고
오른쪽 셀 스타일에 word-break:break-all인가 하는 것 지정해 보세요.
© SIRSOFT
현재 페이지 제일 처음으로