what does ./CoverFlows_files/coverflow.js
mean?
I understand ../CoverFlows_files/coverflow.js
means [move up one directory]
And /CoverFlows_files/coverflow.js
means [go down from here]
Also is there are way to get to the root like in asp.net its ~/
...?
The other thing I dont quite understand is where to put
<link rel="stylesheet" type="text/css" href="CoverFlows_files/coverflow.css">
and
<SCRIPT type="text/javascript" src="./CoverFlows_files/coverflow.js"></SCRIPT>
Do these two tags have to go in the head or in the body or does it not matter?
I suppose if anybody has a link to a webpage that goes over these basic topics that would be immensly useful.
Regards PQ