Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when searching for a solution:
Write your message below:
I want to change the layout of the view guestbook page
the layout of the table where you see the comments posted, date etc.
does ANYONE know where the HTML can be found
changing "view guestbook" page
Hello Mirnot,
You will have to edit the file gbook.php (version 1.43).
Search for the tag <table to find the start of the different tables used on the different pages (sign page, view page, private post page, etcetera).
The table of the view guestbook page starts at line 781 with the first table row <tr>
The actual <table> start tag is at line 204
Don't change to much at once if you're not very experienced. A faulty syntax in the gbook.php file has as a result that the gbook will not work.
Succes!
Greetings,
Henrie
You will have to edit the file gbook.php (version 1.43).
Search for the tag <table to find the start of the different tables used on the different pages (sign page, view page, private post page, etcetera).
The table of the view guestbook page starts at line 781 with the first table row <tr>
The actual <table> start tag is at line 204
Code: Select all
<table border="0" cellspacing="0" cellpadding="2" width="95%" class="entries">';
Succes!
Greetings,
Henrie