So yesterday I made this Jquery image slider in a seperate HTML document. I'd now like to add this file into my Index of my website.
How would I link it in?
You'll need the scripts and the required HTML.
Copy the HTML from the other file.
Link JS documents like so: <script type="text/javascript" src="__FILE-URL__"></script>
Link CSS document like so: <link rel="stylesheet" href="__FILE-URL__" />