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)
-   -   Gift Certificate Text to Graphic (https://forum.x-cart.com/showthread.php?t=7329)

GM 04-26-2004 10:10 PM

Gift Certificate Text to Graphic
 
Is it possible to change the text link for "gift certificates" to a graphic link?
(i.e. click on the little picture of the gift certificate to go to the section)
Kinda' a newb question but I can't figure it out.

shan 04-27-2004 03:16 AM

drop your image in skin1/images directory and add the following code to the template that you wish the link to appear in.

change yourpic.jpg for the name of your image file


Code:

<a href="giftcert.php">
[img]{$ImagesDir}/yourpic.jpg[/img]
</a>


GM 04-27-2004 01:39 PM

Thanks Shan... I can see why your a Guru. I was banging my head trying to figure it out.

GM 04-28-2004 09:27 AM

The mod worked great but now I'm having a problem with image size. it will only show 71x30 pixels max. The image is inside the original "Special" Menu. I can also only seem to align right or left not center it. Any help would greatly be appreciated.

shan 04-28-2004 12:17 PM

post the code that you have used so far

GM 04-28-2004 06:41 PM

Code:

{* $Id: gc_menu.tpl,v 1.12 2003/02/25 08:58:47 olga Exp $ *}
<a href="giftcert.php">
[img]{$ImagesDir}/GC.jpg[/img]
</a>


That's it??? I don't get it?

shan 04-29-2004 04:06 AM

here you go

Code:

{* $Id: gc_menu.tpl,v 1.12 2003/02/25 08:58:47 olga Exp $ *}
<table width="100%"  border="0" align="center" cellpadding="5" cellspacing="0">
  <tr>
    <td align="center" valign="top"><a href="giftcert.php">
[img]{$ImagesDir}/GC.jpg[/img]
</a></td>
  </tr>
</table>


GM 04-29-2004 07:46 AM

Thanks Shan.
I'm a fast learner, I figure in the next 70 -75 years I'll be good at it!


All times are GMT -8. The time now is 06:02 AM.

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