<td width="270" valign="top" <* p style="padding-right:35px"><img src="./images/1.gif" border="0"><img src="./images/2.gif" border="0">
<img src="./images/3.gif" border="0">
<img src="./images/4.gif" border="0">
<img src="./images/5.gif" border="0">
<img src="./images/6.gif" border="0"></td>
이 부분에서
<img src="./images/3.gif" border="0">
<img src="./images/4.gif" border="0">
<img src="./images/5.gif" border="0">
<img src="./images/6.gif" border="0"></td>
요 4개에 a href를 써서 링크를 이동시키고싶은데
<td><a href="index.html"><img src="./images/3.gif" border="0"></td>
이렇게 바꿔버리면 옆으로 새어나가요..
이미지를 아래로 일자로 쭉하려면 </td>를 맨 마지막에써야되는데..
방법이없나요?
<img src="./images/3.gif" border="0">
<img src="./images/4.gif" border="0">
<img src="./images/5.gif" border="0">
<img src="./images/6.gif" border="0"></td>
이 부분에서
<img src="./images/3.gif" border="0">
<img src="./images/4.gif" border="0">
<img src="./images/5.gif" border="0">
<img src="./images/6.gif" border="0"></td>
요 4개에 a href를 써서 링크를 이동시키고싶은데
<td><a href="index.html"><img src="./images/3.gif" border="0"></td>
이렇게 바꿔버리면 옆으로 새어나가요..
이미지를 아래로 일자로 쭉하려면 </td>를 맨 마지막에써야되는데..
방법이없나요?
댓글 3개
<td width="270" valign="top" style="padding-right:35px">
<a href="index.html"><img src="./images/1.gif" border="0"></a><br />
<a href="index.html"><img src="./images/2.gif" border="0"></a><br />
<a href="index.html"><img src="./images/3.gif" border="0"></a><br />
...
...
</td>
<a href="index.html"><img src="./images/1.gif" border="0"></a><br />
<a href="index.html"><img src="./images/2.gif" border="0"></a><br />
<a href="index.html"><img src="./images/3.gif" border="0"></a><br />
...
...
</td>
<style>
td.test img{display:block}
</style>
<table>
<tr>
<td class="test">
<a href="index.html"><img src="<?=$g4['path']?>/img/title/ceo.jpg" border="0"></a>
<a href="index.html"><img src="<?=$g4['path']?>/img/title/ceo.jpg" border="0"></a>
<a href="index.html"><img src="<?=$g4['path']?>/img/title/ceo.jpg" border="0"></a>
</td>
</tr>
</table>
이미지에 블록 속성을 넣어줘도 되겠네요
td.test img{display:block}
</style>
<table>
<tr>
<td class="test">
<a href="index.html"><img src="<?=$g4['path']?>/img/title/ceo.jpg" border="0"></a>
<a href="index.html"><img src="<?=$g4['path']?>/img/title/ceo.jpg" border="0"></a>
<a href="index.html"><img src="<?=$g4['path']?>/img/title/ceo.jpg" border="0"></a>
</td>
</tr>
</table>
이미지에 블록 속성을 넣어줘도 되겠네요
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기