Author |
Message |
03/03/2004 02:23:13
|
Donnie
Beginner
Joined: 02/03/2004 01:56:06
Messages: 6
Offline
|
Can someone please tell me how to put a background image on the guestbook? I tried on way posted here but didn't work.
|
|
03/03/2004 11:37:36
|
Anonymous
|
Open up header.php in your templates folder.
Search for <style type="text/css">
Underneath <style type="text/css"> add the following:
body
{
background-image:
url("../images/your image file.jpg")
}
This does work as it's the way I did it. I'll admit I had problems with the other options but this works fine.
|
|
03/03/2004 23:30:56
|
Donnie
Beginner
Joined: 02/03/2004 01:56:06
Messages: 6
Offline
|
Shadowax
Did you leave something out? I did just as you said and it didn't change a thing, guestbook still has same colors, refreshed several times still no image. Any idea?
Donnie
|
|
04/03/2004 22:31:35
|
Anonymous
|
You need to put the background image in your site images folder rather than your guestbook images folder.
|
|
04/03/2004 23:55:49
|
Anonymous
|
Shadowfax
Thanks for the help, it works great now, just misunderstood!
|
|
|