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)
-   -   Replacing the Top image with a seamless JPG??? (https://forum.x-cart.com/showthread.php?t=3026)

chyldofsun 06-04-2003 07:07 PM

Replacing the Top image with a seamless JPG???
 
Hello,

I want to have a seemless picture on the top of my store, integrating logo.gif and top1.gif. I.e. I do not want top1.gif to tile its pattern. I jsut want to throw up a single JPG of my choosing with NO tiling effect.

There was a post on this but it was VERY vauge. Can someone explain this in NON PHP programmer terms?

Thanks

funkydunk 06-09-2003 01:22 PM

Why not simple put in the image rather than use it as a background. (in html :D )

Stickercuttingcom 07-12-2003 10:09 AM

Here is my head.tpl file. To see how it looks on the main store, you can checkout http://www.stickercutting.com/cart/customer It is one large image. Just apply your linking and go!

Code:

{* $Id: head.tpl,v 1.22.2.1 2003/02/19 13:23:08 svowl Exp $ *}
<TABLE align=center border=0 cellPadding=0 cellSpacing=0 class=HeadBox width=100%> 
<TR>
<TD colSpan=3 valign="top" width="684">[img]http://www.stickercutting.com/logo.gif[/img]</TD>
</TR>
<TR>
<TD valign=center width=70></TD>
<TD valign=center></TD>
<TD rowSpan=3 width=99% valign=top class=HeadBox>




<P align=right><SPAN class=NumberOfArticles>{insert name="productsonline"} {$lng.lbl_products} {if $config.General.show_in_stock eq "Y"}{$lng.lbl_and} {insert name="itemsonline"} {$lng.lbl_items} {/if}{$lng.lbl_online}</SPAN></P>
</TD>
</TR>
{if $usertype eq "C"}
        <form method="get" action="http://www.stickercutting.com/cart/customer/search.php" name=productsearchform>
          <tr>
            <td valign="middle" width=34>
             

<span class="TopLabel">б═{$lng.lbl_search}:</span></p>
            </td>
            <td valign="middle" width=250>
              <input type="text" name="substring" size="16" value="{$smarty.get.substring|escape}">
              {include file="buttons/search_head.tpl"}
            </td>
          </tr>
          <tr>
            <td width=34></td>
            <td>{$lng.lbl_advanced_search}</td>
          </tr>
        </form>
{else}
          <tr>
            <td> </td>
            <td> </td>
          </tr>
          <tr>
            <td> </td>
            <td> </td>
          </tr>
{/if}
</TABLE>


[/url]


All times are GMT -8. The time now is 11:40 PM.

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