steve312
Newbie
Karma: 0
Offline
Posts: 6
|
 |
« on: May 27, 2008, 09:18 » |
|
Hi all I've managed to change the header on my store, but am struggling to add the background image that i want. Anyone Know what i need to do? Main site: www.mastiffmaster.netstore: www.mastiffmaster.net/storeThanks steve
|
|
|
|
|
Logged
|
|
|
|
Omar
Here to help.
Administrator
Hero Member
   
Karma: 10001
Offline
Posts: 2687
|
 |
« Reply #1 on: May 27, 2008, 12:21 » |
|
You should first update that image to the template folder (/templates/clean/)
Then update the css of the template (also existing in /templates/clean). You need to add something similar to what you use now for the body
body { background-image: url('/templates/Template_Name/images/bg1.jpg'); background-repeat: repeat }
|
|
|
|
« Last Edit: February 05, 2009, 16:02 by Omar »
|
Logged
|
|
|
|
steve312
Newbie
Karma: 0
Offline
Posts: 6
|
 |
« Reply #2 on: May 27, 2008, 17:19 » |
|
Hi Omar
Thats why i'm struggling - i already tried that and i just tried again but something is not right because it just stays the same.
I've also tried inserting the full path to the .css in the homepage to see what that does but still no good.
I am no coder so this all takes time and guess work but now i'm stuck
|
|
|
|
|
Logged
|
|
|
|
Omar
Here to help.
Administrator
Hero Member
   
Karma: 10001
Offline
Posts: 2687
|
 |
« Reply #3 on: May 27, 2008, 20:28 » |
|
I am not a code either, though that should work. have you uploaded the backgroung image to the template folder?
|
|
|
|
|
Logged
|
|
|
|
steve312
Newbie
Karma: 0
Offline
Posts: 6
|
 |
« Reply #4 on: May 28, 2008, 15:32 » |
|
Yes uploaded the image to the templates/clean folder at a loss now
|
|
|
|
|
Logged
|
|
|
|
Crazeet
Jr. Member

Karma: 100
Offline
Posts: 100
|
 |
« Reply #5 on: May 28, 2008, 17:20 » |
|
I can see a header image on your store, the same as your site, so are you trying to add something extra or have a different header image?
|
|
|
|
|
Logged
|
|
|
|
steve312
Newbie
Karma: 0
Offline
Posts: 6
|
 |
« Reply #6 on: May 28, 2008, 22:55 » |
|
No the header is fine i managed to do that, but saying that i wasn't able to do it through the .css style sheet i had to put the full path to the image into each template. What i want to do now is take the background image that is at: http://www.mastiffmaster.net (it says mastiff Master) And add it to the store pages at: http://www.mastiffmaster.net/storeI've tried everything i can think of but in the end i can't keep wasting hours trying to sort it out, it's almost like it's not accessing the .css file Any help from a techie would be appreciated Thanks
|
|
|
|
|
Logged
|
|
|
|
Crazeet
Jr. Member

Karma: 100
Offline
Posts: 100
|
 |
« Reply #7 on: May 29, 2008, 19:18 » |
|
BODY { BACKGROUND-IMAGE: [COLOR="Red"]url(bg1.jpg);[/COLOR] BACKGROUND-REPEAT: repeat } you need to put the path to the background image in your css as it can't find it as you have it, I've copied and pasted it from your store css above.
|
|
|
|
|
Logged
|
|
|
|
|
|
flashdiva
Jr. Member

Karma: 11
Offline
Posts: 119
|
 |
« Reply #9 on: June 02, 2008, 01:26 » |
|
Hello :-) ... it's always the small stuff.... The default in the templates, has the folder "Clean" as having a Cap letter: [COLOR="Blue"] [COLOR="Red"][SIZE="3"]C[/SIZE][/COLOR]lean[/COLOR] That may be what's going on. Microsoft, on your own drive, is very forgiving for upper/lowercase stuff... but not out there on the Net. Try the capital C.
|
|
|
|
|
Logged
|
|
|
|
steve312
Newbie
Karma: 0
Offline
Posts: 6
|
 |
« Reply #10 on: June 02, 2008, 10:33 » |
|
flashdiva - thanks for that, i really thought you had it then, but i just tried and no it's still not showing.
i've checked so many things so many times that i think you easily miss the small things.. oh well can't spend any more time on it, it looks ok without a background.
|
|
|
|
|
Logged
|
|
|
|
portalmaker
Newbie
Karma: 10
Offline
Posts: 7
|
 |
« Reply #11 on: June 18, 2008, 02:22 » |
|
Here's a guess you might want to try... BODY { background-image: url(' http://www.mastiffmaster.net/store/t...clean/bg1.jpg'); background-repeat: repeat; } 1) I think you are missing the "url(" in front of the image path and the final ")" at the end... Not sure whether you need the quote mark around the actual http://... or not. Try it with then try it without. Also not sure whether the quote mark needs to be a single quote or a double... just experiment a little to see which one works. (I would start with a single first.) 2) After the "background-repeat: repeat" make sure you put a ";". The other thing is to just make sure you have the correct path to the image. My two cents... JimL
|
|
|
|
« Last Edit: June 18, 2008, 02:31 by portalmaker »
|
Logged
|
|
|
|
NYCSheikh
Newbie
Karma: 1
Offline
Posts: 7
|
 |
« Reply #12 on: July 06, 2008, 16:27 » |
|
Steve, I really like your site. Great inspiration and example of what can be done. Sheikh
|
|
|
|
|
Logged
|
|
|
|
|