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)
-   -   Replace welcome image in fashoin mosaic with cells for code (https://forum.x-cart.com/showthread.php?t=15075)

Bling 07-08-2005 06:18 AM

Replace welcome image in fashoin mosaic with cells for code
 
I wouldnt even know where to start. Basically...just replacing the main image welcome.jpg) on the welcome screen with cell(s) so that I can add code for links to specialty pages. Anyone?

shan 07-08-2005 06:26 AM

switch on webmaster mode to see what templates are being used

Bling 07-08-2005 07:49 AM

got'er...it was the welcome.tpl..thanks!

in case anyone else sees this,

replace
--------------------
[img]{$ImagesDir}/customer_images/welcome.jpg[/img]
--------------------

with, (for example, one cell split in 2)

--------------------

<table cellpadding="0" cellspacing="0" width="537" height="262">

<tr>
<td width="269" height="262" valign="top">This a test </td>
<td width="268" height="262" valign="top">This is a test</td>
</tr>
</table>
--------------------

Just needed a nudge. :wink:


All times are GMT -8. The time now is 09:30 AM.

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