반응형
<div></div>를
<center></center>태그로 감싼다.
예시
<center>
<!-- 검색 시작 -->
<div class="w3-container" >
<form action="getBoardList.do" method="post" >
<table style="text-align: center; width:580px; height: 100px;">
<tr>
<td><input name="searchKeyword" placeholder=" #음식이나 재료를 입력해보세요 ! #감자 #참치 #돼지고기" class="w3-input w3-border w3-round-large" type="text" /> </td>
</tr>
<tr>
<td><input type="submit" class="w3-button w3-round-large w3-dark-gray" value=" 검 색 " /></td>
</tr>
</table>
</form>
</div>
</center>
'공부 > JAVA | JSP&Servlet | Spring' 카테고리의 다른 글
Spring 네아로 북마크 (0) | 2019.04.29 |
---|---|
Spring 공부 북마크 (1) | 2019.04.01 |
spring 파일 업로드 에러 org.springframework.validation.BeanPropertyBindingResult: 1 errors Field error in object 'boardVO' on field 'uploadFile': rejected value []; codes (0) | 2019.03.25 |
@ControllerAdvice import 안되는 문제 / ControllerAdvice 에러 (1) | 2019.03.25 |
[톰캣]Multiple Contexts have a path of "/spring". 에러 해결! (7) | 2019.03.22 |