quote:
Originally posted by freakuency
thanks a lot i will try that but will this work if some of my pages are in PHP? or do I need to create different headers? Im really new to coding n stuff
Yes, that can be done in PHP pages. I use it on my sites.
code:
<?php
include ("path/to/file.php);
?>
Hope this helps. Let me know if you need more help.
~Salem