Good afternoon all !
I am having trouble with my image map...
Here is a piece of my code.
<div id="style1">
<p class="padding"><img usemap="#greenMap" src="Images/green apple.jpg" alt="green apple" width="275" height="255" style="float:left;"/></p>
<map id="greenMap" name="greenMap">
<area shape="rect" alt="green apple" coords="100,50,100,50"
href="green apple2.jpg" />
</map>
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
<p><a href="http://www.psychichealerchristine.com/psychic-christines-blog/apple"
target="_blank">I do not own this image.</a></p>
</div>
I went through my code countless of times but everything is intact expect for my image map...
My hotspot is not showing up...