Page 1 of 1

hot to add picture banner after a massage

Posted: Sat Feb 04, 2006 1:33 am
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

Posted: Sat Feb 04, 2006 7:36 am
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

Posted: Sat Feb 04, 2006 5:27 pm
by kiruba
Hi Henrie
Thank man :
That was easy : Thank's alot : :D :D