style로 테이블내 문자열 정렬 예제 입니다.
<!DOCTYPE html>
<html>
<head>
<style>
table, tr, td{
border-style:solid;
border-width:1px;
}
td{
width:200px;
}
td[target=center] {
text-align: center;
}
td[target=left] {
text-align: left;
}
td[target=right] {
text-align: right;
}
</style>
</head>
<body>
<table>
<tr>
<td target="left">
left
</td>
<td target="center">
center
</td>
<td target="right">
right
</td>
</tr>
</table>
</body>
</html>
jQuery 카테고리 선택에 따른 하위 카테고리 변경 (selecbox, 다중셀렉트) (2) | 2016.06.09 |
---|---|
javascript, JSTL 금액표시, 원단위, 세자리 콤마, 천단위 콤마 (0) | 2016.06.09 |
jquery date add day (스크립트 날짜 추가) (0) | 2016.05.12 |
jQuery 날짜 비교 (날짜비교) (0) | 2016.05.04 |
[Jsp,EL,JSTL] jsp 페이지 내에서 일정 글자수 이상 자르기 (0) | 2016.03.23 |
댓글 영역