I have a css and js file refered to in my header.
<head>
<title>Untitled</title>
<link rel="stylesheet" type="text/css" href="telepath.css">
<script language="JavaScript" src="encounterjs.js"></script>
</head>
It works fine on my system in my office, but when I upload to our ISP server, these files apparently are not seen. None of the css or js code from these files show on the page. (Yes, the files were uploaded to the ISP server).
What would cause this?
The only dumb questions are the ones that are never asked
<head>
<title>Untitled</title>
<link rel="stylesheet" type="text/css" href="telepath.css">
<script language="JavaScript" src="encounterjs.js"></script>
</head>
It works fine on my system in my office, but when I upload to our ISP server, these files apparently are not seen. None of the css or js code from these files show on the page. (Yes, the files were uploaded to the ISP server).
What would cause this?
The only dumb questions are the ones that are never asked