Script URL: www.thelastrequests.be/gb/gbook/gbook.php
Version of script: 1.33
Version of PHP: ?
Hosting company: ?
Have you searched THIS FORUM for your problem: yes
(if not please do before posting)
If so, what terms did you try: I read every post I thought could be relevant
Write your message below:
As I said: great script, thanks ! I don't know the first thing about html or any of that stuff, but still I got it to work using your instructions, which means: greatness from your part !
Still I have one little question: how can I get a seperation-line (like the other lines in the frames) between posts, to, well, seperate them ?
Thanks in advance !
Great script, one little question
For the firefox black bg,
find
<td valign=\"top\" width=\"35%\">
and change to
<td valign\"top\" width=\"35%\" class=\"upper\>
and on the same line,
find
<td valign=\"top\" width=\"65%\">
and change to
<td valign=\"top\" width=\"65%\" class=\"upper\>
for the full hoizontal line replace the <hr>within the same chunk of code to
<tr><td><hr width=\"98%\"></td></tr>

find
<td valign=\"top\" width=\"35%\">
and change to
<td valign\"top\" width=\"35%\" class=\"upper\>
and on the same line,
find
<td valign=\"top\" width=\"65%\">
and change to
<td valign=\"top\" width=\"65%\" class=\"upper\>
for the full hoizontal line replace the <hr>within the same chunk of code to
<tr><td><hr width=\"98%\"></td></tr>
