본문 바로가기
2014년/VIEW

[HTML5] input tag align (inputbox 정렬)

by BroBroBro 2013. 2. 15.

<TR>
    <TD><input type="text" ......></TD>
    <TD><input type="button" .....></TD>
<TR>

text와 button 이 위아래의 높이가 안맞을때
    ><input type="button" .... style="vertical-align:bottom;"></
이와같이 추가하니까 높이가 맞는다.


 

아...HTML이나 JSP이런거 안해봐서 모르는거니 어서어서 해보자 ^^