X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Easy HTML question and Head.tpl (https://forum.x-cart.com/showthread.php?t=3420)

stryker898 07-01-2003 07:17 PM

Easy HTML question and Head.tpl
 
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

funkydunk 07-01-2003 10:02 PM

Use {$ImagesDir} for the location of the image file if it is in the skin1/images directory

eg:

{$ImagesDir}/EBlogo2.gif

:)

stryker898 07-01-2003 11:00 PM

U da man Funkydunk... :lol: Worked like a charm...

Chris


All times are GMT -8. The time now is 11:22 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.