<TR>
<TD><input type="text" ......></TD>
<TD><input type="button" .....></TD>
<TR>
text와 button 이 위아래의 높이가 안맞을때
><input type="button" .... style="vertical-align:bottom;"></
이와같이 추가하니까 높이가 맞는다.
아...HTML이나 JSP이런거 안해봐서 모르는거니 어서어서 해보자 ^^
<TR>
<TD><input type="text" ......></TD>
<TD><input type="button" .....></TD>
<TR>
text와 button 이 위아래의 높이가 안맞을때
><input type="button" .... style="vertical-align:bottom;"></
이와같이 추가하니까 높이가 맞는다.
아...HTML이나 JSP이런거 안해봐서 모르는거니 어서어서 해보자 ^^