I have found a lot of help on displaying the current slide number in the html and linking to a particular slide on the current page but my question is a little different...
I need to be able to link to a particular slide in the carousel in another page. So I will have something like: a href="page2.html#slide2" on 'index.html'
When the user clicks this link, it takes them to the 'page2.html' page and with the second slide displayed.
Any help is appreciated. Thanks, Alex