Can I change the background (take a picture) in the GBOOK?
Thanks!
GBOOK - Background
-
- Posts: 4
- Joined: Thu Oct 09, 2008 12:29 pm
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?
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?
Hello CatzEyes93,
Open file style.css in suitable (plain) text editor.
find
Add the following line:
Greetings,
Henrie
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;
}
Code: Select all
background-image: url(../images/imagename.jpg);
Henrie