hot to add picture banner after a massage

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
kiruba
Posts: 4
Joined: Sat Feb 04, 2006 1:22 am

hot to add picture banner after a massage

Post by kiruba »

Script URL: http://www.skkiruba.com/gbook/gbook.php
Version of script: PHP guestbook (GBook)
Version of PHP: Version: 1.35 [?]
Hosting company:
Have you searched THIS FORUM for your problem:
(if not please do before posting)
If so, what terms did you try:

Write your message below:
yeah i searched for my probleam but i didn't find any solution for it :
i like to know how to add picture after that or before that (Submitted by) Table

PLease take a look this picture http://www.skkiruba.com/files/GBOOK.jpg


Image

Thank you
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

Hello kiruba,

To do that you must edit the gbook.php file

Find this code in it (two times, one for the private displayed messages and one for the public displayed messages).

Code: Select all

<tr>
<td class="upper" width="35%"><b>Submitted by</b></td>
<td class="upper" width="65%"><b>Comments:</b></td>
</tr>
Now place the following code before or after that (depending on if you want the image to display above or below the submitted by line.

Code: Select all

<tr>
<td colspan="2" style="text-align:center;"><img src="images/yourimagehere.gif"></td>
</tr>
Greetings,
Henrie
kiruba
Posts: 4
Joined: Sat Feb 04, 2006 1:22 am

Post by kiruba »

Hi Henrie
Thank man :
That was easy : Thank's alot : :D :D
Post Reply