Author |
Message |
03/05/2004 19:32:18
|
Anonymous
|
Hi I want to put an image <table background =my_image.gif> in the main body of the guestbook. Were do I place it in the header template as I cannot get it to work
Thanks
|
|
05/05/2004 15:40:51
|
Jam'n
Graduate
Joined: 07/01/2003 17:31:39
Messages: 166
Location: Netherlands
Offline
|
Open up header.php in your templates folder.
Search for <style type="text/css">
Underneath <style type="text/css"> add the following:
Code:
body
{
background-image:
url("../images/your image file.jpg")
}
Change url("../images/your image file.jpg") to the correct folder
|
Jam'n
------------------------------------------------
Only the man who's truly educated
understands that he knows very little...
------------------------------------------------ |
|
|