ワードプレス初心者です。
ワードプレスの固定ページにページ内リンクのついたイラストを投稿したいのですが手順を教えてください。
HTML Imagemap Generatorでイラストのリンク範囲は取得しましたが、その情報をどこに入力すればよいのかわからないです。稚拙な質問で申し訳ございませんが、ご回答宜しくお願い致します。
HTML
1<img src="gofukumap.png" usemap="#ImageMap" alt="" /> 2<map name="ImageMap"> 3 <area shape="poly" coords="491,0,382,279,762,413,896,92,648,7,629,2" href="#" alt="" /> 4 <area shape="poly" coords="359,306,170,799,540,927,761,434,761,434" href="#" alt="" /> 5 <area shape="poly" coords="193,844,348,1314,543,943,543,943" href="#" alt="" /> 6 <area shape="poly" coords="970,74,938,162,1764,426,1791,329,1791,329" href="#" alt="" /> 7 <area shape="poly" coords="909,198,821,414,1082,508,1189,274,1189,274" href="#" alt="" /> 8 <area shape="poly" coords="802,447,696,678,958,769,1074,529,1074,529" href="#" alt="" /> 9 <area shape="poly" coords="683,705,587,926,850,1023,957,791,957,790" href="#" alt="" /> 10 <area shape="poly" coords="569,954,434,1297,420,1302,481,1307,1341,1195,1341,1195" href="#" alt="" /> 11 <area shape="poly" coords="1208,282,1118,506,1373,587,1480,368,1480,368" href="#" alt="" /> 12 <area shape="poly" coords="1130,562,1031,789,1261,868,1372,642,1404,639" href="#" alt="" /> 13 <area shape="poly" coords="1005,808,909,1035,1154,1123,1251,883,1261,875" href="#" alt="" /> 14 <area shape="poly" coords="1502,376,1414,598,1690,682,1805,467,1808,464" href="#" alt="" /> 15 <area shape="poly" coords="1401,650,1306,874,1573,962,1679,736,1679,736" href="#" alt="" /> 16 <area shape="poly" coords="1283,896,1202,1122,1458,1227,1562,982,1562,982" href="#" alt="" /> 17</map>
回答1件
あなたの回答
tips
プレビュー