Page 1 of 1

Footer

Posted: Thu Apr 23, 2009 9:04 am
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.

Posted: Thu Apr 23, 2009 4:45 pm
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

Posted: Thu Apr 23, 2009 4:47 pm
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.

Thanks

Posted: Fri Apr 24, 2009 1:59 am
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.

Posted: Fri Apr 24, 2009 4:09 am
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

Posted: Fri Apr 24, 2009 5:53 am
by Klemen
Username changed.

Regards,
Klemen

Posted: Fri Apr 24, 2009 6:43 am
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.