'광고'에 해당되는 글 1건

  1. 2009.07.29 본문에 adsense 광고 넣기
심심하던 차에 블로그에 adsense 광고를 넣었다.
이번에는 본문에 광고 넣는 것에 대해서만 정리하며 사이드바에 광고 넣는 것은 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>

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>

(2). style.css에 아래 내용을 추가한다.
.google_top {
  width:100%;
  height:70px;
  float:left;
}

.google_bottom {
  width:100%;
  height:250px;
  float:left;
}

'메모' 카테고리의 다른 글

Kindle 관련 브라우져 확장 기능  (0) 2011.10.10
영어 단어  (0) 2009.04.25
영어단어  (0) 2009.04.11
영어단어  (0) 2009.03.30
USPS의 m-bag 가격  (0) 2009.03.17
오늘의 영어 단어  (0) 2009.03.07
스탠드 전구 사기  (0) 2009.02.26
데스크탑 사양  (0) 2008.08.17
북마크 정리  (0) 2008.06.05
북마크 정리  (0) 2008.05.18
Posted by Gu Youn
,