1. 첫번째 방법
<TABLE width=232 height=229 >
<TR>
<TD background=http://toycamera.tistory.com/attachment/cfile21.uf@22228636587A2ADA11F7E3.jpg>
<애드센스 코드>
</TD>
</TR>
<TABLE>
|
2. 두번째 방법
CSS에 다음 코드 삽입하기
|
.paper
{
width:232px;
height:229px;
background: #fff url(http://toycamera.tistory.com/attachment/cfile21.uf@22228636587A2ADA11F7E3.jpg) top no-repeat;
}
|
본문에 애드센스 삽입하기
|
<div class="paper">
<애드센스 코드>
</div>
|
3. 섹션 타켓팅
섹션 타겟팅이란 특정 부분을 참조하여, 부합되는 광고를 보내주는 것을 말한다.
부합되는 광고의 내용일수록, 단가가 높아지므로, 섹션 타켓팅을 활용하면 좋다.
<!-- google_ad_section_start -->
본문내용
<!-- google_ad_section_end -->
즉, 이런 형태가 됨
<!-- google_ad_section_start -->
[ ##_article_rep_desc_## ]
<!-- google_ad_section_end -->
|