chriscam19
02-28-2003, 07:02 PM
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="webtrendscode.js"></script>
in between the <head></head> or the <body></body>
<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="webtrendscode.js"></script>
in between the <head></head> or the <body></body>