" async="async"> ', { cookie_domain: 'auto', cookie_flags: 'max-age=0;domain=.tistory.com', cookie_expires: 7 * 24 * 60 * 60 // 7 days, in seconds });
맵핑은 이미지 특정 부분에 링크를 거는 기능이다.
1. 좌표구하기
- 이미지 특정 부분에 넣을 좌표 번호를 알아야 한다. 이미지 좌표 구하는 법은 아래 링크된 페이지에 설명되어 있다.
https://ga-story.tistory.com/19
HTML- 이미지 좌표 구하기
방법1 알씨 프로그램으로 구하기 *추천 대상: 알씨 뷰어 프로그램이 있거나 빠르게 구할 때 사용 ① 알씨를 연결된 프로그램으로 이미지를 연다. (알씨 설치 링크 https://www.altools.co.kr/download/alsee.aspx..
ga-story.tistory.com
2. 맵핑 코드 예시
<img src="#이미지" usemap="#001" border="0">
<map name="001">
<area shape="rect" coords="###" href="#링크1" target="blank">
<area shape="rect" coords="###" href="#링크2"target="blank">
<area shape="rect" coords="###" href="#링크3"target="blank">
</map>
- #이미지 부분에는 전체 메인 이미지 주소를 입력한다.
- coords 부분에는 1에서 구한 이미지 좌표 번호를 입력하면 된다.
블로그 시작-최적화 과정(Bing) (0) | 2020.03.30 |
---|---|
블로그 시작-최적화 과정(구글) (0) | 2020.03.30 |
이미지 옆으로 나란히 배치하기 (0) | 2020.03.17 |
HTML- 이미지 좌표 구하기 (0) | 2020.03.12 |
블로그 시작-최적화 과정(네이버) (0) | 2020.03.03 |
댓글 영역