Script URL: http://www.iresume.paangroup.com/gbook/gbook.php
Version of script: 1.6
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: Read entire "readme" and searched in Forum.
Write your message below:
Hi, thanks for the great script. Even a very beginner like me was able to create a Guestbook!
Regarding a footer, as you suggested I put "<IMG SRC="http://www.yourdomain.com/gbook/images/image.jpg" ... >. The image comes out fine but it is located the far left side. How can I place the footer image in the center of the page? (Right below "no spam" image)
Thanks.
Footer
Instead of
in footer.txt use
Greetings,
Henrie
Code: Select all
<IMG SRC="http://www.iresume.paangroup.com/gbook/images/logo final 2 copy.jpg" ... >
Code: Select all
<div style="text-align:center;">
<img src="http://www.iresume.paangroup.com/gbook/images/logo final 2 copy.jpg" alt="iresume logo" />
</div>
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
Hi,
You can add <div style="text-align:center"> before the image code and </div> after the image.
But the purpose of this forum is not to teach HTML, in the future please use HTML tutorials/forums for help with HTML code.
Also I please don't register usernames to be the same as script names. Let me know a new username you want and I will change it for you.
You can add <div style="text-align:center"> before the image code and </div> after the image.
But the purpose of this forum is not to teach HTML, in the future please use HTML tutorials/forums for help with HTML code.
Also I please don't register usernames to be the same as script names. Let me know a new username you want and I will change it for you.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Klemen is right, this was purely a html problem. Nothing to do with the GBook script.
To know about all the insides of html (and other related topics) i often use the following site for reference:
http://www.w3schools.com/
Greetings,
Henrie
To know about all the insides of html (and other related topics) i often use the following site for reference:
http://www.w3schools.com/
Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.