Internet
티에디션 타이틀 링크 추가 하기 [티스토리]
cwh
2017. 11. 18. 09:22
위치 : 티에이션 > 디자인 > HTML
기본 타이틀 영역 코드
<h2 class="tt-item-title">
<span class="tt-item-title-bg">
<span class="tt-item-title-inner"></span>
</span>
</h2>
링크 추가 코드
<a href="https://cwhboy83.tistory.com/m/category/카테고리명"></a>
기본 + 링크 추가 코드
<a href="https://cwhboy83.tistory.com/m/category/카테고리명">
<h2 class="tt-item-title">
<span class="tt-item-title-bg">
<span class="tt-item-title-inner"></span>
</span>
</h2>
</a>