GBOOK - Background

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
carlos
Posts: 2
Joined: Tue Nov 21, 2006 9:08 pm

GBOOK - Background

Post by carlos »

Can I change the background (take a picture) in the GBOOK?
Thanks!
carlos
Posts: 2
Joined: Tue Nov 21, 2006 9:08 pm

G-BOOK Background

Post by carlos »

I found it...
Thanks!
juanjo
Posts: 5
Joined: Fri Sep 05, 2008 12:47 am

Help

Post by juanjo »

Can you share how you did it?

Thank You
CatzEyes93
Posts: 4
Joined: Thu Oct 09, 2008 12:29 pm

Post 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?
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post 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
CatzEyes93
Posts: 4
Joined: Thu Oct 09, 2008 12:29 pm

Post by CatzEyes93 »

Thanks so much! gonna go try it now. =-)
Post Reply