Page 1 of 1
Adding HTML to gbook
Posted: Tue Mar 08, 2005 2:42 pm
by Diderik
I've installed the gbook and it works fine, really pleased with that!
However..
when visitors of my pages click the button to access the gbook they are taken out of the invirement of my page design.
(go see what i mean:
http://www.cil-plien.nl hit Gastenboek (=gbook))
I'd like to be able to view the gbook from within my design, is this possible?
And if so, how?
Posted: Wed Mar 09, 2005 5:26 pm
by Klemen
Hi,
You will have to paste your header HTML code to file "header.txt" and your footer HTML code to "footer.txt", it will look ok then.
Regards,
Posted: Wed Mar 09, 2005 6:10 pm
by Guest
Klemen Stirn wrote:Hi,
You will have to paste your header HTML code to file "header.txt" and your footer HTML code to "footer.txt", it will look ok then.
Regards,
Oke but when I do so, where will the navigation on the left side of the screen show up??
I dont really have footer HTML and Header HTML, i don't even know what it is

Posted: Wed Mar 09, 2005 6:19 pm
by Dimitrion
And is it possible to add pictures to the header and footer?

Posted: Thu Mar 10, 2005 3:36 pm
by Klemen
Hi,
Everything is possible, but you need to have some basic HTML knowledge. Without that you will have to find someone who knows HTML to help you.
Also make sure you use full URLs to images, scripts, ... to make sure they work/display. For example DON'T use
<img src="images/image.gif">
USE THIS:
<img src="
http://www.yourdomain.com/images/image.gif">
As said you really need some HTML knowledge to be able to do that. Unfortunately I don't have the time to edit header/footer of each person who downloads GBook, I am sure you understand that.
Regards
gbook
Posted: Thu Mar 17, 2005 7:08 am
by Guest
I guess I understand what you mean, but I am more concerned with the color sceme of gbook not fitting in with my site design. I don't see a spot for this in the gbook code.
Posted: Thu Mar 17, 2005 10:45 am
by Klemen
To edit colors just edit the color codes in style.css file, that's it!
Regards