|
|
Step 3
A properties box appears, and I fill in what should happen when someone clicks inside the red News area
If you are linking to an external web site, like I amn here, be sure to include the "http://" prefix!
|
<HTML>
<IMG SRC = "sampleimagemap.JPG" WIDTH = "427" HEIGHT ="355" BORDER="0" USEMAP ="#imagemap1">
<MAP NAME ="imagemap1">
<AREA SHAPE="RECT" COORDS="9,9,210,134" HREF="http://www.cnn.com" ALT="CNN News" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='News from CNN 24 hours a day!'; return true" TARGET="_blank">
<AREA SHAPE="RECT" COORDS="98,129,265,223" HREF="http://www.espn.com" ALT="ESPN Sports News" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='Sports on ESPN'; return true" TARGET="_blank">
<AREA SHAPE="RECT" COORDS="200,213,411,340" HREF="http://www.weather.con" ALT="The Weather Channel" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='Weather reports at your fingertips!'; return true" TARGET="_blank">
<!---this image map courtesy of Phil Redmond--->
</MAP>
<HTML>
|
Step 8
Once I've finished defining all the areas of my image, I click on File -> Export to File, and save the generated command to a file.
For Trellix users, we will next cut and paste this code into a 'Build your own web gem'.
|