Is there a way I can add a text link to all pages in an account? I host a few friends personal site and he does not want to edit his old pahes to add the text link. So I am wondering is there a way for me to include a text link the the bottom of all his pages like some free hosts do.
If the pages are all PHP (or have a .php extension) you can setup “auto includes” to prepend / append content to all .php pages. This can be done via a .htaccess file. Check out the following link if the previous applies: http://us3.php.net/manual/en/ini.core.php (search for prepend)