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