This topic is locked
[SOLVED]

 HTML pages add code on head

10/26/2011 6:45:23 PM
PHPRunner General questions
S
stiven author

Hello,
i have a code that i need to add on every html page on the head section.. my question is do i have to put the code in every single page one by one on all the htm pages or is there a better and faster way to do this? thanks.. heres the code



<link type="text/css" href="/register/cometchat/cometchatcss.php" rel="stylesheet" charset="utf-8">

<script type="text/javascript" src="/register/cometchat/cometchatjs.php" charset="utf-8"></script>
S
stiven author 10/27/2011

thank you so much!