BackBackNextNext
2.3 Adding Graphics with Hotspots
If you have a graphic with a hotspot that you need to add to a ReadyGo WCB course.
1. Add the graphic with a Graphic Element Type of Local Figure/Graphic and click Done.
2. Click the Graphic/Audio button again and change the Graphic Element Type to Advanced/HTML.
3. Enter the HTML code for the hot regions followed by the HTML code for the graphic to use the image map. An example is shown below.
 

< MAP NAME="imagemap"><AREA SHAPE="rect" HREF="#basket" ALT="basket"
COORDS="168,155 214,209"><AREA SHAPE="rect" HREF="#clouds" ALT="clouds"
COORDS="166,55 218,111"><AREA SHAPE="rect" HREF="http://www.readygo.com" ALT="ReadyGo site"
COORDS="2,107 50,164"></MAP>

<IMG USEMAP="#imagemap" SRC="../graphics/your_file_here.png"
VALIGN="TOP" border=0 HEIGHT=216 WIDTH=225>

      BackBackNextNext