잘 모르겠어요 가르쳐주세요. ㅠㅠ
늘솔길
위 이미지에서 할인한도금액의 세로 방향 아래로의 셀들을 모두 좌측정렬 해주고 싶은데 잘 안되네요.아래 소스에서 어떻게 수정하면 될런지 알려주시면 감사하겠습니다. ^^
table rules=groups cellpadding=tb_01 cellspacing=0 colgroupcol width=25%;/colgroup colgroupcol width=25%;/colgroup colgroupcol width=50%/colgroup thead tr th할인구분/th th할인 종류/th th할인 한도 금액/th /tr /thead tbody trtd쇼핑할인/tdtd쇼핑 구매금액 할인/tdtdinput type=text /label원/labelinput type=button value=저장 title=저장 class=sv_btn //td/tr trtd쇼핑할인/tdtd쇼핑 구매금액 할인/tdtdinput type=text /label원/labelinput type=button value=저장 title=저장 class=sv_btn //td/tr /tbody /table
.contenttable { width:100%; }.contenttable th { height:26px; background:#f1f1f1; text-align:center; font-weight:bold; }.contenttable th,td {border:1px solid #c6c6c6; text-align:center; }
-
봄시내 2024-07-25
text-align:center;
이것만 빼면 되는거 아닌가~ -
좋아해 2024-07-25
우와.. 조목조목 짚어주셔서 감사해요..^^
콜그룹을 몰랐어요 그냥 되는대로 코딩하면서 공부해가는 상황이라..^^;; -
아유미 2024-07-25
colgroupcol width=\25%;\/colgroup
colgroupcol width=\25%;\/colgroup
colgroupcol width=\50%\/colgroup
colgroup
col width=\25%\ /
col width=\25%\ /
col width=\25%\ /
/colgroup
콜그룹은 이렇게 쓰는게 맞구요~~
테이블에 summary와 caption도 빠졌네요...
th 테그에 기본으로 볼드처리 되서 그것도 빼셔 -
첫빛 2024-07-25
그리고 .. th 자체에 text-align:center 먹어져 있어요 .. 빼셔도 무관...
-
천칭자리 2024-07-25
오오? 그건 뭔가요? 공부해야겠어요. 감사합니다^^*♡
-
Emily 2024-07-25
ie 구버전을 고려하지 않으신다면,
새로운 클래스명을 부여하지 않아도, nth-child, last-child 등과 같은 선택자를 사용해 컨트롤 가능합니다. -
지후 2024-07-25
아..그럼 해당 각 셀에다가 클래스를 넣어줘야하는거군요.. 감사합니다~~~~
-
터전 2024-07-25
td class=\dd\input type=\text\ /label원/labelinput type=\button\ value=\저장\ title=\저장\ class=\sv_btn\ //td
-
찬 2024-07-25
.contenttable td.dd 라고 쓰셨는데, dd 클래스명을 가진 td가 없는데요...?
td class=\dd\