line-height: 20px;
border-spacing: 0;
text-align: right;
vertical-align: top;
/* table에서 */
border-collapse: collapse;
<button type="button"><img src="${pageContext.request.contextPath}/community/img/reply.png" alt="">버튼명</button>
<input type="image" src="${pageContext.request.contextPath}/community/img/reply.png" value="등록" formaction="${pageContext.request.contextPath}/communityCommentReply.do">
border
에 solid
옵션을 주지 않으면 inset
으로 적용되어 테두리 색이 다르게 적용된다.
https://fontello.com/ 에서 원하는 아이콘 누르고 웹폰트 다운로드
아래와 같이 html에 첨부하여 사용
<link rel="stylesheet" href="${pageContext.request.contextPath}/community/css/css/fontello.css">
<i class="icon-level-down"></i>
background: url(mainImg/box.png) no-repeat;