Image map test #2

Source code

<object data="map.gif" type="image/gif" usemap="#map1" width=200 height=200>
alternative text
</object><br>
<map name=map1>
<a href="1.html" title="Title 1" shape=rect coords="0,0,100,100">Link 1</a> |
<!-- etc. -->
</map>

Correct rendering

An inline image map sized 200*200 pixels, plus four numbered text links.

User agents which cannot render the image map should display the words "alternative text" and four numbered text links below it.

Result on your browser

alternative text
Link 1 | Link 2 | Link 3 | Link 4


Antti "sairwas" Näyhä
Antti.Nayha@oulu.fi