Page 1 of 1

background image

Posted: Tue May 22, 2007 8:24 pm
by Jomar
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

I have been reading and testing all the topics about this problem, but nothing works (Catweazle said)
Only the header and footer are visible, but my body.gif keeps hiding.
http://www.website-bouwer.nl/sol-forum/ ... /gbook.php

Posted: Tue May 22, 2007 8:47 pm
by Klemen
You have

Code: Select all

url(../body.gif);
in the CSS style which doesn't exists, use the correct one, perhaps:

Code: Select all

url(../images/body.gif);
or just use the full URL:

Code: Select all

url(http://www.website-bouwer.nl/sol-forum/images/body.gif);

Posted: Tue May 22, 2007 9:44 pm
by Jomar
I did try this already, and look what's happening........

Posted: Wed May 23, 2007 8:22 am
by Klemen
Doesn't look good but does what you've set, nothing less nothing more - it uses the image you set as the background. You might want to place the background image rather inside a table or something.

Create a blank page which looks exactly how you want, then work from there - use the header and footer from this sample page.

Posted: Wed May 23, 2007 3:01 pm
by Jomar
Got it pretty far worked out with this trick:

</script>
</head>
<body>
<div id="wrapper">';
include_once 'header.txt';

Only problem is now that I can not find the place to put the closing div.
All the places i've tried give a blank guestbook as result.
:roll:

Posted: Wed May 23, 2007 3:48 pm
by Klemen
How about putting </div> as the last line inside footer.txt?

Posted: Wed May 23, 2007 4:14 pm
by Jomar
This tip did the trick. I needed this code however:

</div></div></div>
<div align="center">
<img src="image.gif" width="900" height="48" alt="" border="0" />
</div>

But it really is perfect now. Looks great!

tnx

Posted: Wed May 23, 2007 5:45 pm
by Klemen
Really looks nice now, good job :D