View Single Post
  #2  
Old 06-05-2008, 12:21 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: modifying some stuff but not getting far!

Quote:
Originally Posted by Supraman
whats the best way to get rid of that maket price and the savings column? couple of other questions - how can i find out the space of the main area or how large is it by standard? Also what should i edit to put a bground image in the website is www.slixaustralia.com.au i've been trying for ages ie. modifying skin 1 css putting it in the home.tpl template manually but nothing is working?

here my home tpl

Code:
........


Also what should i edit to put a bground image in the website is www.slixaustralia.com.au?

Open file "skin1/skin1.css", find line:
PHP Code:
HTML,BODY {
.... 

Insert after (for exampl.):
PHP Code:
BACKGROUNDurl(images/bg.gifrepeat-x


where bg.gif - background images...
Reply With Quote