td태그

td태그

QA

td태그

답변 3

본문

<td id="b" width="200" height="35" align="center" bgcolor="#CCFF33" size="100">입금은행</td> 

 

td태그안에있는 폰트사이즈는 어떻게 크게하나요

이 질문에 댓글 쓰기 :

답변 3

<td id="b" width="200" height="35" align="center" bgcolor="#CCFF33" style="font-size:50px">입금은행</td> 

 

굵은 부분 숫자 조절해주세요

<style>

#b {width:200px; height:35px text-align:center; background:#CCFF33; font-size:12pt}

</style>


<td id="b">입금은행</td> 



혹, 위처럼 했는데 글자 크기 안 바뀌는 거면, 아래처럼 !important 붙여보세요.


<style>

#b {width:200px; height:35px text-align:center; background:#CCFF33; font-size:12pt !important;}

</style>


 

<td id="b">입금은행</td> 

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 39
© SIRSOFT
현재 페이지 제일 처음으로