Skip to content

Commit ce9f430

Browse files
committed
image map creation test
1 parent 6bb2cb4 commit ce9f430

File tree

5 files changed

+27
-0
lines changed

5 files changed

+27
-0
lines changed

_posts/2024-11-14-test-image-map.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
layout: post
3+
title: test image map
4+
date: 2024-11-14 12:01 +1300
5+
---
6+
Epic Tab Image Map
7+
8+
<img src="assets/images/ImageMap/EpicMap/epictab.html" alt="EpicMap">
9+
10+
![Epic Map](assets/images/ImageMap/EpicMap/EpicTab.jpg){: w="300" h="200" }
11+
182 KB
Loading
63.8 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="">
3+
<head>
4+
<title>
5+
Epic-Map
6+
</title>
7+
</head>
8+
<body>
9+
<img src="EpicTab.jpg" usemap="#image-map">
10+
11+
<map name="image-map">
12+
<area target="_blank" alt="sliders" title="sliders" href="sliders.jpg" coords="1023,164,1089,236" shape="rect">
13+
<area target="_blank" alt="cog" title="cog" href="cog.jpg" coords="1101,164,1169,235" shape="rect">
14+
</map>
15+
</body>
16+
</html>
61.6 KB
Loading

0 commit comments

Comments
 (0)