This question may be related to a resolved thread.
I have another problem - I have uploaded all my javascript files to the root directory in a folder called “js” and in the head embde of my site, I have linked to these files like this:
<!--[if lt IE 7.]>
<scr*pt defer type="text/javascript" src="/js/pngfix.js"></scr*pt>
<![endif]-->
<!-- Jquery -->
<scr*pt type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></scr*pt>
<!-- Cufon Font Replacement -->
<scr*pt type="text/javascript" src="/js/cufon.js"></scr*pt>
<scr*pt type="text/javascript" src="/js/AvantGarde_Bk_BT_700.font.js"></scr*pt>
<!-- Superfish Menu -->
<!-- <a href="http://users.tpg.com.au/j_birch/plugins/superfish/">http://users.tpg.com.au/j_birch/plugins/superfish/</a> -->
<sc*pt type="text/javascript" src="/js/superfish.js"></scr*pt>
<!-- Coin Slider Gallery -->
<!-- <a href="http://workshop.rs/projects/coin-slider/-->">http://workshop.rs/projects/coin-slider/--></a>;
<sc*ipt type="text/javascript" src="/js/coin-slider.min.js"></scr*pt>
<!-- Cycle Plugin -->
<!-- <a href="http://jquery.malsup.com/cycle/-->">http://jquery.malsup.com/cycle/--></a>;
<sc*pt type="text/javascript" src="/js/cycle.js"></sc*pt>
<!-- To customise any of the above, please use this file -->
<sc*pt type="text/javascript" src="/js/inc.js"></sc*pt>
But the javascript isnt working. I have tried many other ways of linking (site_url), taking out dashes, taking them out of the folders and putting them in the root, but still nothing. What am I doing wrong?