corner image corner image
View Single Post
corner image corner image
  #6 (permalink)  
Old 31-07-2008, 13:04
nass nass is offline
Blog Entry: Customer Feedback!
A1 is my Second Home!
 
Join Date: Jul 2008
Location: Surrey
Posts: 206
Thanks: 26
Thanked 38 Times in 34 Posts
I knew that copy of dreamweaver would come in handy someday

replace

Code:

<img alt="Childrens Clothing" src="/fpdb/images/Theme0/cubs-kids-wear-splash.gif" />
with

Code:
<img alt="Childrens Clothing" src="/fpdb/images/Theme0/cubs-kids-wear-splash.gif" width="570" height="400" border="0" usemap="#Map" />
<map name="Map" id="Map">
 <area shape="circle" coords="151,132,121" href="http://www.cubskidswear.com/store/WsDefault.asp?Cat=GirlsClothing" target="_top" alt="girl's clothing" />
 <area shape="poly" coords="278,159" href="#" />
 <area shape="poly" coords="216,245,276,163,326,153,361,162,390,186,412,220,413,257,404,279,397,312,368,333,335,347,300,346,262,338,239,309,222,285,215,244" href="http://www.cubskidswear.com/store/WsAncillary.asp?ID=11" target="_top" alt="custom orders" />
 <area shape="circle" coords="444,104,88" href="http://www.cubskidswear.com/store/WsDefault.asp?Cat=BoysClothing" target="_top" alt="boy's clothing" />
  <area shape="poly" coords="91,242,58,259,36,285,29,319,38,354,64,382,110,390,148,381,164,356,174,331,172,308,167,280,153,261,118,250,90,241" href="http://www.cubskidswear.com/store/WsDefault.asp?Cat=MiniBathTreats" target="_top" alt="mini bath treats" />
  <area shape="circle" coords="476,307,74" href="http://www.cubskidswear.com/store/WsDefault.asp?Cat=Tutus" target="_top" alt="tutus" />
</map>

Last edited by nass; 31-07-2008 at 13:07.
Reply With Quote
corner image corner image
The Following User Says Thank You to nass For This Useful Post:
victoriaK (31-07-2008)
corner image corner image