| How do I create server side image maps? |
| User Opinions |
|
No users have voted.
|
|
Thank you for rating this answer.
|
You need three files: a html file, an image file, and a map file. The html file contains the html, a link to the image, and a link to the map file:
<A HREF="image.map"><IMG SRC="image.gif" ISMAP border=0></A> The map file contains all the coordinate information:
circle circle.html 25,25 0,25rect rectangle.html 50,0 100,50
|
| Visitor Comments |
|
No visitor comments posted. Post a comment
|
| Related Questions |
|
No related questions were found.
|
| Attachments |
|
No attachments were found.
|