I am trying to add hot links to the little pictures at the top of my store: http://katstamps.com/store that coordinate with the words.
I have this code that I use on my regular html site:
<p class="style1"><map name="FPMap2" id="FPMap2">
<area href="http://katstamps.com/store" shape="circle" coords="287, 99, 49" />
<area href="http://qkd.##########################" shape="circle" coords="385, 107, 45" />
<area href="http://katstamps.com/gallery" shape="circle" coords="481, 113, 40" />
<area href="http://qkdcastle.ning.com" shape="circle" coords="579, 113, 43" />
<area href="http://qkdcontest.##########################" shape="rect" coords="642, 49, 728, 145" />
<area href="mailto:[email protected]?subject=Contact from Web" shape="rect" coords="850, 49, 922, 146" />
<area href="http://katstamps.com/" shape="rect" coords="4, 8, 236, 163" />
</map>
But I don't know how to make them on my store (php)
can someone please help?
thanks



