I have a graphics header in http://www.irishteatowels.com with 5 links as below.
<map name="IrishTeaTowels" id="IrishTeaTowels">
<area shape="rect" coords="310,5,354,33" href="index.php" />
<area shape="rect" coords="362,5,449,33" href="index.php?main_page=products_new" />
<area shape="rect" coords="458,5,540,33" href="index.php?main_page=shopping_cart" />
<area shape="rect" coords="545,5,624,33" href="index.php?main_page=login" />
<area shape="rect" coords="631,5,690,33" href="index.php?main_page=contact_us" />
</map>
Link 2 and Link 5 do not work. They take you to
http://www.irishteatowels.com/products_new.html instead of
http://www.irishteatrowels.com/index...e=products_new
What has happened and why are the other 3 links working OK ?


Reply With Quote
