include file

admin

Administrator
Staff member
i am still confused. ok lets talk about the code that i want to put in the include file. Is that suppose to be set up in html format? like am i suppose to write the include file like this:
<html>
<head>
<body>
code
</body>
</html>

or do i write the include file like this:

only code

now the next problem is once i get the include file straight am i suppose to write
<script language="javascript" type="text/javascript" src=http://www.webdeveloper.com/forum/archive/index.php/"webtrendscode.js"></script>

in between the <head></head> or the <body></body>
 
Back
Top