View Single Post
  #2  
Old 12-02-2008, 12:42 AM
  Victor D's Avatar 
Victor D Victor D is offline
 

X-Adept
  
Join Date: Aug 2008
Posts: 643
 

Default Re: changing template

In skin1.css
HTML Code:
HTML, BODY{ background: #a5070d url(images/mybg.gif) left top repeat-x; } TABLE.Container{ background-color: #fff; }
if there is no need to attach image
HTML Code:
HTML, BODY{ background-color: #a5070d; } TABLE.Container{ background-color: #fff; }
also there are two gradients by the table side
you may need to add two extra rows wrapping TD.Container in rectangle_top.tpl for them
(and not to forget to close them in rectangle_bottom.tpl)
__________________
Regards,
Victor Dubiniuk

X-Cart Skins Store
- twenty two different skins for 4.1.x and 4.2.x;
- 4.3.x compatible versions are available;
- refresh you store now!

Smart menu X-Cart add-on for 4.1.8 - 4.3.x
Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x
Reply With Quote