Hi
i'm having a spot of bother using header.txt
we have a pair of .html files which are left and right columns which we "include" in our webpages.
We've got them included by adding includes into header.txt but the gbook is overlapping the right hand column.
I've tried adding the includesdirectly into the gbook.php file but I get exactly the same result.
Its bound to be something daft.
www.lobmbc.com/gbook/gbook.php
clues appreciated!
Kev
Another problem with header.txt
This is not really a GBook problem, but I will help you anyway.
in style.css in the gbook folder findand change it to
Greetings,
Henrie
in style.css in the gbook folder find
Code: Select all
div.centered {
text-align: center;
}
Code: Select all
div.centered {
text-align: center;
margin-right: 110px;
}
Henrie
Henrie You are a star!
Henrie You are a star!
never even thought to look there, too busy thinking it was within gbook.php
Many thanks, problem solved.
Kev
never even thought to look there, too busy thinking it was within gbook.php
Many thanks, problem solved.
Kev

If GBook was oke before changing the header.txt file and if GBook does not look good after changing the header.txt file the problem is almost always in the code in the header.txt file. So no need to look in the gbook.php file when header.txt file is the only file that has been changed.
Greetings,
Henrie
Greetings,
Henrie