Great script, one little question

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
superjack
Posts: 5
Joined: Wed Jul 27, 2005 3:40 pm

Great script, one little question

Post by superjack »

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 !
superjack
Posts: 5
Joined: Wed Jul 27, 2005 3:40 pm

mozilla

Post by superjack »

also it has been brought to my attention that the background stays white in firefox-browsers. Is there anything I can do about that ?
Guest

Post by Guest »

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>

:shock:
Guest

Post by Guest »

Thanks !
Guest

Post by Guest »

class=\"upper\

change to class=\"upper\"

missed off a "

on all cases
superjack
Posts: 5
Joined: Wed Jul 27, 2005 3:40 pm

Post by superjack »

find it where exactly ? I've found those chunks of code in the 'lines' (?)-section of the gbook.php-file and changed them, but I didn't get a line between posts. I haven't checked with Firefox for the background yet, so I don't know wether that worked.

Thanks in advance !
Post Reply