심심하던 차에 블로그에 adsense 광고를 넣었다.
이번에는 본문에 광고 넣는 것에 대해서만 정리하며 사이드바에 광고 넣는 것은 http://goolog.tistory.com/72를 참고한다.
(1), HTML/CSS 편집의 skin.html에서 ##_article_rep_desc_## 위아래로 아래 내용을 붙여 넣는다.
1. 본문 상단 광고 ( 468 * 60 사용)
2. 본문 하단 광고(300*250 사용)
(2). style.css에 아래 내용을 추가한다.
이번에는 본문에 광고 넣는 것에 대해서만 정리하며 사이드바에 광고 넣는 것은 http://goolog.tistory.com/72를 참고한다.
(1), HTML/CSS 편집의 skin.html에서 ##_article_rep_desc_## 위아래로 아래 내용을 붙여 넣는다.
1. 본문 상단 광고 ( 468 * 60 사용)
<div class="google_top">
<script type="text/javascript"><!--
google_ad_client = "pub-1563807252562203";
/* 468x60, 작성됨 09. 7. 25 */
google_ad_slot = "1636084048";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<script type="text/javascript"><!--
google_ad_client = "pub-1563807252562203";
/* 468x60, 작성됨 09. 7. 25 */
google_ad_slot = "1636084048";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
2. 본문 하단 광고(300*250 사용)
<div class="google_bottom">
<script type="text/javascript"><!--
google_ad_client = "pub-1563807252562203";
/* 300x250, 작성됨 09. 7. 25 */
google_ad_slot = "0729127942";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<script type="text/javascript"><!--
google_ad_client = "pub-1563807252562203";
/* 300x250, 작성됨 09. 7. 25 */
google_ad_slot = "0729127942";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
(2). style.css에 아래 내용을 추가한다.
.google_top {
width:100%;
height:70px;
float:left;
}
.google_bottom {
width:100%;
height:250px;
float:left;
}
width:100%;
height:70px;
float:left;
}
.google_bottom {
width:100%;
height:250px;
float:left;
}