![]() |
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] |
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.