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)
-   -   Repeating images : Dont seem to work (https://forum.x-cart.com/showthread.php?t=21695)

Xtrato 05-11-2006 12:28 AM

Repeating images : Dont seem to work
 
Hey guys, im having problems with customizing my cart,

im runinng version x-cart-4[1].0.18 gold

The repeating images dont seem to wrok, Such as side bars , or horizontal, i have tried CSS and also HTML, as well as changing image directories, and yes my images are in the skin1/ directoy,

however, the side images , and the ones running horizontal do not seem to work... ( Or the bg Image)

My codes are as fallow

Side Images Code
Code:

<TD width="21" valign="top" class="bg1" background="XD-VisionsV3/theme/images/side/XD-VisionsV3_10.gif">[img]XD-VisionsV3/theme/images/side/XD-VisionsV3_07.gif[/img]</TD>

Here is a picture.

http://www.xtrato.net/1.gif


as you can see the expanding images do not work , i have tried quite a few things, however i cant get the code to work
[/code]

balinor 05-11-2006 02:43 AM

You need to use CSS, not the old 'background' tag. Did you use background-repeat? Try this class in skin1.css and call it in the table cells:

.sample {background: url(images/imagename.jpg); background-repeat: repeat-y;}

Replace y with x if you want it to tile horizontally.


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

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