Page 1 of 1
GBOOK - Background
Posted: Tue Nov 21, 2006 9:13 pm
by carlos
Can I change the background (take a picture) in the GBOOK?
Thanks!
G-BOOK Background
Posted: Tue Nov 21, 2006 9:44 pm
by carlos
I found it...
Thanks!
Help
Posted: Sat Sep 06, 2008 12:27 am
by juanjo
Can you share how you did it?
Thank You
Posted: Thu Oct 09, 2008 12:32 pm
by CatzEyes93
yes.. please share?
And before I get flamed, I spent five minutes searching and registering so please dont flame me admins. The search function isnt smart enough to know what I am looking for, and apparently I am not smart enough to know where to find the answer. Sorry in advance.
So... how do I make the background an image please?
Posted: Thu Oct 09, 2008 10:19 pm
by Henrie
Hello CatzEyes93,
Open file style.css in suitable (plain) text editor.
find
Code: Select all
body, td {
color : Black;
background-color: White;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: left;
}
Add the following line:
Code: Select all
background-image: url(../images/imagename.jpg);
Greetings,
Henrie
Posted: Wed Oct 29, 2008 10:12 pm
by CatzEyes93
Thanks so much! gonna go try it now. =-)