Hey guys,
I have serious gaps in my scrappy knowledge of css
I'm trying to implement this jQuery slider (http://workshop.rs/2010/04/coin-slider-image-slider-with-unique-effects/)
The first instructions are as follows:
Download jQuery, Coin Slider javascript file and CSS file and include them on your page:
1
< script type="text/javascript" src="jquery-1.4.2.js">
2
< script type="text/javascript" src="coin-slider.min.js">
3
< link rel="stylesheet" href="coin-slider-styles.css" type="text/css" />
It says to include them on your page, but what exactly do I do with the download files? Where do I upload them to? I'm quite clueless. Any help would be much appreciated.
Thanks,
Mike
The instruction is to include
The instruction is to include those script/link tags in the head of your document i.e somewhere sitting in between the head tags of each page , then your actual physical files need to be uploaded to a directory in the path described in those script/link tags- as written above that would be in the same directory as the page as the src has no path to file just reference to the file name so in this instance the file must be at the same level as the page.
Moving this to off topic as it's not really a CSS issue.