td 안이 모두 center로 넣었는데, 제목부분만 좌측 정렬 하려면 어떻게 추가해줘야 하나요?
석죽
td 안이 모두 center로 넣었는데, 제목부분만 좌측 정렬 하려면 어떻게 추가해줘야 하나요?
움 css를 하나더 만들어줘야 하나요? 제목 td안에 align=left 넣었ㄷ더니 안되네용 ㅠㅠ
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN
html
head
titleUntitled/title
style
#scrap {clear:both;margin:0; padding: 0; width:100%; border-top:2px solid #e3e3e3;}
#scrap table{width: 100%; border-left: 1px solid #e3e3e3;}
#scrap th{ font-family:굴림; font-size:12; font-weight: normal; background:#c1e0ea; height:26px; border-right:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3;}
#scrap td{border-right:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3; text-align:center;padding:3px 5;}
tr:hover { background-color:#efefef;}
/style
/head
body
div id=scrap
table cellspacing=0 cellpadding=0 border=0
colgroup
col width=6%
col width=7%
col width=14%
col width=53%
col width=14%
col
/colgroup
tr
th삭제/th
th번호/th
th분류/th
th제목/th
th필명/th
th조회/th
/tr
tr onMouseOver=bgChange(this) onMouseOut=bgRecover(this)
tdinput type=checkbox value=/td
td1231/td
td그냥드려요/td
td a href= class=ablue토마토저축은행 토마토플러스 정기적금/a /td
td뜨거운안녕/td
td123/td
/tr
tr onMouseOver=bgChange(this) onMouseOut=bgRecover(this)
tdinput type=checkbox value=/td
td1231/td
td그냥드려요/td
td a href= class=ablue토마토저축은행 토마토플러스 정기적금/a /td
td뜨거운안녕/td
td123/td
/tr
/table
/div
/body
/html
-
푸헷
수다님 저도 넣어봤는데 안되서 ㅠ 질문드린건데 ㅎ
-
마루한
감사합니당 ^^
-
반율하
제복부분 td 에 class=\title\이놈은 원하는데로 넣으시면 됩니다 ,, td.center {text-align:left ;padding:10px} 이레하시믄...
-
찬누리
우선순위 적용하셔야 할껍니다.. !important
-
솔로
제목에 클래스 하나 넣어주세요
-
블레이
td align=\left\a href=\\ class=\ablue\토마토저축은행 토마토플러스 정기적금/a /td
ㅡ.ㅡ;;;;