<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 이 붙어서 출력할 수 있다.

+ Recent posts