336x280짜리 애드센스 광고 두 개를 TABLE 태그를 써서 좌우로 나란히 나타내는 예이다.

<div align=center style="MARGIN: 0px auto 25px auto; width: 100%; text-align: center;">
<table>
<tr>
<td width='336'>
  광고1
</td>

<td width='20px'>&nbsp;</td>

<td width='336'>
  광고2
</td>

</tr>
</table>
</div>

  "<td width='20px'>&nbsp;</td>"는 좌우 간격을 두기 위한 것이다.

2009/04/18 14:04 2009/04/18 14:04
얽힌 글타래
<셈말 / HTML, CSS> 분류의 다른 글
글 걸기 주소 : http://pat.im/trackback/253

덧글을 달아 주세요