Ok easy problem for some of you HTML savvy folks.
I created an image in Fireworks and used image map to create this:
Quote:
[img]images/EBlogo2.gif[/img]<map name="m_EBlogo2">
<area shape="rect" coords="619,68,692,96" href="#" alt="" >
<area shape="rect" coords="546,68,619,96" href="#" alt="" >
<area shape="rect" coords="473,68,546,96" href="#" alt="" >
<area shape="rect" coords="400,68,473,96" href="www.xxxxxxxxxxxxx.com/shop/customer/home.php" alt="" >
</map>
|
I didn't want to mess with the orginal head.tpl code, so I created a new head1.tpl, then referenced that one in home.tpl.
My new head1.tpl is coded like this:
Quote:
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 class=HeadBox width="800">
<TR>
[img]images/EBlogo2.gif[/img]<map name="m_EBlogo2">
<area shape="rect" coords="619,68,692,96" href="#" alt="" >
<area shape="rect" coords="546,68,619,96" href="#" alt="" >
<area shape="rect" coords="473,68,546,96" href="#" alt="" >
<area shape="rect" coords="400,68,473,96" href="www.xxxxxxxxxxx.com/shop/customer/home.php" alt="" >
</map>
</tr>
</td>
|
but for some reason my image is still not showing up. I'm am totally new to this so forgive me if this is a simple problem. Any ideas or help is MUCH appreciated. Thanks for your help.
Chris