구글 블로거의 라벨별 목록 페이지 만드는 방법 입니다. (전체 둘러보기) 소스코드를 건드려야 하므로 작업전 백업을 꼭 해주세요. (대시보드 -> 템플릿 -> 백업/복원) HTML편집에 들어가 "]]></b:skin>"를 검색 합니다. 아래의 코드를 "]]></b:skin>" 위에 붙여넣기 합니다. ------------------------------------------------------------------ /*--------MBT TOC-----*/ .judul-label{ background-color:#E5ECF9; font-weight:bold; line-height:1.4em; margin-bottom:5px; overflow:hidden; white-space:nowrap; vertical-align: baseline; margin: 0 2px; outline: none; cursor: pointer; text-decoration: none; font: bold 16px/108% 나눔고딕,"맑은 고딕","Malgun Gothic",NanumGothic,Arial,Helvetica,sans-serif; padding: .5em 2em .55em; text-shadow: 0 1px 1px rgba(0,0,0,.3); -webkit-border-radius: .5em; -moz-border-radius: .5em; border-radius: .5em; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 1px 1px 4px #AAAAAA; box-shadow: 0 1px 2px rgba(0,0,0,.2); color: #e9e9e9; border: 2px solid white !important; background: #6e6e6e; background: -webkit-gra...