카테고리 없음
홈페이지형 블로그 세팅
밥성수
2019. 10. 30. 16:30
1. 투명배경 업로드
2. 기본위젯 설정
<table height="600"><tbody><tr><td /></tr></tbody></table>
3. image map 설정(메뉴 세개인 기준)
<img src="#이미지경로" border="0" usemap="#00" />
<map name="00" id="00">
<area shape="rect" coords="10,465,155,515" href="#링크" target="_blank" />
</map>
<img src="#이미지경로" border="0" usemap="#00" />
<map name="00" id="00">
<area shape="rect" coords="10,465,155,515" href="#링크" target="_blank" />
</map>
<img src="#이미지경로" border="0" usemap="#00" />
<map name="00" id="00">
<area shape="rect" coords="10,465,155,515" href="#링크" target="_blank" />
</map>
4. 레이아웃 설정
5. 타이틀 제거
6