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
[solved] HELP: GrassStains:grass stains template - change title background image
[solved] HELP: GrassStains:grass stains template - change title background image
Last edited by Ykit on Tue Oct 09, 2007 3:51 am, edited 1 time in total.
Re: HELP: GrassStains : grass stains template - change title background image
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
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
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
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
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;
}
.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
Hi Mark,
Thanks for the advise, I have managed to retreive and edit the pic.
Ykit
Thanks for the advise, I have managed to retreive and edit the pic.
Ykit