Make WordPress Core

Ticket #1292: imagemap-wp.txt

File imagemap-wp.txt, 2.9 KB (added by fp, 21 years ago)
Line 
1---
2this is mine:
3
4<map name="ragiel" id="ragiel">
5<area shape="rect" href="http://pribadi.or.id" coords="72,19,241,40" title="pribadi.or.id/.." alt="ragiel timeline"></area>
6<area shape="rect" href="http://web.archive.org/%2A/http://web.pribadi.or.id" coords="72,95,269,116" title="web.archive.org/.." alt="ragiel timeline"></area>
7<area shape="rect" href="http://web.archive.org/%2A/http://sysadmin.eu.org" coords="72,193,314,214" title="web.archive.org/.." alt="ragiel timeline"></area>
8<area shape="rect" href="http://web.archive.org/%2A/http://ragiel.teras.net.id" coords="72,171,280,192" title="web.archive.org/.." alt="ragiel timeline"></area>
9<area shape="rect" href="http://web.archive.org/%2A/http://src.teras.net.id/firmanp" coords="72,269,330,289" title="web.archive.org/.." alt="ragiel timeline"></area>
10<area shape="rect" href="http://web.archive.org/%2A/http://dewiastuti.net" coords="72,247,253,267" title="web.archive.org/.." alt="ragiel timeline"></area>
11<area shape="rect" href="http://web.archive.org/%2A/http://virtue.nu/dewiastuti" coords="72,344,347,365" title="web.archive.org/.." alt="ragiel timeline"></area>
12<area shape="rect" href="http://ragiel.virtue.nu" coords="72,322,225,343" title="ragiel.virtue.nu/.." alt="ragiel timeline"></area>
13<area shape="rect" href="http://www.geocities.com/firman80" coords="72,436,253,457" title="www.geocities.com/.." alt="ragiel timeline"></area>
14</map>
15---
16
17---
18this one wordpress does:
19
20<p><map name="ragiel" id="ragiel"><br />
21<area shape="rect" href="http://pribadi.or.id" coords="72,19,241,40" title="pribadi.or.id/.." alt="ragiel timeline"></area><br />
22<area shape="rect" href="http://web.archive.org/%2A/http://web.pribadi.or.id" coords="72,95,269,116" title="web.archive.org/.." alt="ragiel timeline"></area><br />
23<area shape="rect" href="http://web.archive.org/%2A/http://sysadmin.eu.org" coords="72,193,314,214" title="web.archive.org/.." alt="ragiel timeline"></area><br />
24<area shape="rect" href="http://web.archive.org/%2A/http://ragiel.teras.net.id" coords="72,171,280,192" title="web.archive.org/.." alt="ragiel timeline"></area><br />
25<area shape="rect" href="http://web.archive.org/%2A/http://src.teras.net.id/firmanp" coords="72,269,330,289" title="web.archive.org/.." alt="ragiel timeline"></area><br />
26<area shape="rect" href="http://web.archive.org/%2A/http://dewiastuti.net" coords="72,247,253,267" title="web.archive.org/.." alt="ragiel timeline"></area><br />
27<area shape="rect" href="http://web.archive.org/%2A/http://virtue.nu/dewiastuti" coords="72,344,347,365" title="web.archive.org/.." alt="ragiel timeline"></area><br />
28<area shape="rect" href="http://ragiel.virtue.nu" coords="72,322,225,343" title="ragiel.virtue.nu/.." alt="ragiel timeline"></area><br />
29<area shape="rect" href="http://www.geocities.com/firman80" coords="72,436,253,457" title="www.geocities.com/.." alt="ragiel timeline"></area><br />
30</map>
31</p>
32---