Thread: [SOLVED] site not working
View Single Post
  #2  
Old 06-06-2009, 07:59 PM
Anabass
Guest
 
Posts: n/a
Default

My opinion is, that the problem is in the index.htm file. In the head probably the editor that you use changed the path of the javascript files to localhost on your harddisk. You need to correct it from the original unzipped file. I mean this:
Code:
<meta name="description" content="We provide free flash templates, free templates, free flash header"/>
<meta name="keywords" content="free flash buttons, free templates, free flash header"/>
<script src="file:///Z|/MOVIES/fLASHMO/template9/js/AC_RunActiveContent.js" type="text/javascript"></script>
<script src="file:///Z|/MOVIES/fLASHMO/template9/js/jquery121.js" type="text/javascript"></script> 
<script src="file:///Z|/MOVIES/fLASHMO/template9/js/sound.js" type="text/javascript"></script>
<script src="file:///Z|/MOVIES/fLASHMO/template9/js/main.js" type="text/javascript"></script>
<script src="file:///Z|/MOVIES/fLASHMO/template9/js/lightbox/prototype.js" type="text/javascript"></script>
<script src="file:///Z|/MOVIES/fLASHMO/template9/js/lightbox/scriptaculous.js?load=effects" type="text/javascript"></script>

<script src="file:///Z|/MOVIES/fLASHMO/template9/js/lightbox/lightbox.js" type="text/javascript"></script>
<link rel="stylesheet" href="file:///Z|/MOVIES/fLASHMO/template9/js/lightbox/css/lightbox.css" type="text/css" media="screen" />
<link href="file:///Z|/MOVIES/fLASHMO/template9/css/stylesheet.css" rel="stylesheet" type="text/css" />
<title>VEGAS CLOTHING, LLC.</title>
And it should look this way:

Code:
<script src="js/AC_RunActiveContent.js" type="text/javascript"></script>