Table 소스 질문드립니다

Table 소스 질문드립니다

QA

Table 소스 질문드립니다

답변 2

본문

<table class="__se_tbl_ext" border="0">

<tbody><tr width="855">

<td width="427" height="128"><img src="http://totozl.co.kr/main_banner1.gif" width="426" height="128"></td>

<td width="427" height="128"><img src="http://totozl.co.kr/main_banner2.gif" width="426" height="128"></td>

</tr>

<tr width="855">

<td width="427" height="128"><img src="http://totozl.co.kr/main_banner3.gif" width="426" height="128"></td>

<td width="427" height="128"><img src="http://totozl.co.kr/main_banner4.gif" width="426" height="128"></td>

</tr>

<tr width="855" "="">

<td width="427" height="128"><img src="http://totozl.co.kr/main_banner5.gif" width="426" height="128"></td>

<td width="427" height="128"><img src="http://totozl.co.kr/main_banner6.gif" width="426" height="128"></td>

</tr>

</tbody></table>

 

위 소스를 사용중인데요 각각의 이미지가 딱딱 붙어 나와서 좀 그런데... 간격을 줄수있을까요??

상하좌우로 이미지마다 간격을 주고싶습니다 ㅎ...

이 질문에 댓글 쓰기 :

답변 2


<table class="__se_tbl_ext" border="0" cellpadding="10">
<tbody><tr width="855">
<td width="427" height="128"><img src="http://totozl.co.kr/main_banner1.gif" width="426" height="128"></td>
<td width="427" height="128"><img src="http://totozl.co.kr/main_banner2.gif" width="426" height="128"></td>
</tr>
<tr width="855">
<td width="427" height="128"><img src="http://totozl.co.kr/main_banner3.gif" width="426" height="128"></td>
<td width="427" height="128"><img src="http://totozl.co.kr/main_banner4.gif" width="426" height="128"></td>
</tr>
<tr width="855" "="">
<td width="427" height="128"><img src="http://totozl.co.kr/main_banner5.gif" width="426" height="128"></td>
<td width="427" height="128"><img src="http://totozl.co.kr/main_banner6.gif" width="426" height="128"></td>
</tr>
</tbody></table>

 

위와 같이 table에 cellpadding 값을 주시면 간격이 늘어날겁니다.

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