Footer

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
Sung
Posts: 3
Joined: Thu Apr 23, 2009 8:54 am

Footer

Post by Sung »

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

Post by Henrie »

Instead of

Code: Select all

<IMG SRC="http://www.iresume.paangroup.com/gbook/images/logo final 2 copy.jpg" ... >
in footer.txt use

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>
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.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Sung
Posts: 3
Joined: Thu Apr 23, 2009 8:54 am

Thanks

Post by Sung »

Thanks for your kind help Henrie.

Also, Thanks for your advice Klemen. I didn't even know I should be looking at HTML tutorials/forums instead for help.
You could change my Id to Sung. Thanks.
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

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
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.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Username changed.

Regards,
Klemen
Sung
Posts: 3
Joined: Thu Apr 23, 2009 8:54 am

Post by Sung »

Thanks Henrie. You are really helpful. Tried to buy you a drink just now. Could not complete it though... I will do so, once I sort my paypal account out soon.

Thanks again for the great script, help and very comprehensive readme file for a IT dinosaur like me.
Post Reply