How to customize the header and footer.txt files
Posted: Mon Mar 23, 2009 4:52 am
Script URL:
Version of script:1.6
Hosting company: self
URL of phpinfo.php:http://galina.mgarcia.com.au/phpinfo.php
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
I wish to customise the header.txt file to reflect my own style.
I have added the code I want and saved the file as a .txt file as per the instructions within the readme file quote
"You may edit header.txt and footer.txt files to add your own header and footer to the links page. You will have to use full image URLs in the code. For example instead of <IMG SRC="images/image.jpg" ... > use <IMG SRC="http://www.yourdomain.com/images/image.jpg" ... >! Same goes for any Javascripts or CSS files if you are calling them from within the header or footer."
I am unable to change the visual of the web page when I use the following code -
include_once '/gbook/header.txt';
Header resides within the gbook directory.
What am I doing wrong?
Regards
Version of script:1.6
Hosting company: self
URL of phpinfo.php:http://galina.mgarcia.com.au/phpinfo.php
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
I wish to customise the header.txt file to reflect my own style.
I have added the code I want and saved the file as a .txt file as per the instructions within the readme file quote
"You may edit header.txt and footer.txt files to add your own header and footer to the links page. You will have to use full image URLs in the code. For example instead of <IMG SRC="images/image.jpg" ... > use <IMG SRC="http://www.yourdomain.com/images/image.jpg" ... >! Same goes for any Javascripts or CSS files if you are calling them from within the header or footer."
I am unable to change the visual of the web page when I use the following code -
include_once '/gbook/header.txt';
Header resides within the gbook directory.
What am I doing wrong?
Regards