This Is For PHP ONLY ok what you need to do is to create a header for all you pages php. for this i called mine head.php. in the head.php file i put all the stuff i want on the head of the page
<html><head></head><body><a href="https://www.google.de/?gfe_rd=cr&ei=BwkjVKfAD8uH8QfckIGgCQ&gws_rd=ssl; GOOGLE </a></body></html>
ok now you have a link to google. save that as head.php. now on you index.php file (or any outher file) you tipe (at the very start of the page) <?php include('head.php'); ?>
witch will in clude the 'head.php' file in that page! now if you make a change to the head.php it canges everything!
Notice from truefusion:
Put coding within the code bbcode.