Page 1 of 1

[solved] HELP: GrassStains:grass stains template - change title background image

Posted: Thu Sep 27, 2007 8:17 am
by Ykit
Hi,

I am trying to customise the template for my office use.
But, I have diificulties changing the title bar image of the grass to another image.
Can expert shed some hints to this?
Thanks alot!

Ykit

Re: HELP: GrassStains : grass stains template - change title background image

Posted: Thu Sep 27, 2007 9:13 am
by truslack
What is the URL of your website?

It should just be a case of replace the image file on the server, with your desired image

Re: HELP: GrassStains : grass stains template - change title background image

Posted: Thu Sep 27, 2007 9:18 am
by Ykit
Hi truslack,

Sorry, my webpage is in ithe ntranet, so it is not accessible to the public.
I tried to hunt for the image in the image folder and file folder but there is no such image file.

Ykit

Re: HELP: GrassStains : grass stains template - change title background image

Posted: Sat Sep 29, 2007 2:59 pm
by Dr.CSS
The image is accessible thru file manager as it is in uploads/grassstains or some such folder, in the CSS it is called in here...

.wrap {
width:780px;
margin:0 auto;
padding:0 0 0 0;
text-align:center;
background: #ffffff url(/uploads/images/header.jpg) no-repeat;  this will be changed to a new path but you can point it to yours
border:1px solid #9EB874;
}

Re: HELP: GrassStains : grass stains template - change title background image

Posted: Mon Oct 01, 2007 8:31 am
by Ykit
Hi Mark,

Thanks for the advise, I have managed to retreive and edit the pic.
Ykit