<input type="text" id="replytext" class="form-control" name="replytext" placeholder="내용을 입력하세요" />
<span class="input-group-btn">
<button type="button" class="replyWriteBtn btn btn-success">등록</button>
</span>
span으로 인해 input과 button 이 붙어서 출력할 수 있다.
'JAVA > spring' 카테고리의 다른 글
<a href ="#"> a 태그 파란색 및 밑줄 없애기 (0) | 2020.06.18 |
---|---|
<button> 버튼에 링크걸기 (0) | 2020.06.18 |
게시글을 작성(board insert)할 때 바로 bno를 가져오지 않는 이슈 (0) | 2020.06.15 |
로그인 issue (0) | 2020.06.15 |
댓글 table에 foreign key 추가 (0) | 2020.06.15 |