More Demos: bootstrap carusel, AI Website Builder, HTML slider, Slick carousel, Bootstrap carousel, HTML slideshow, CSS Slideshow, jQuery carousel, Image carousel
Q: Dear support,
I want to link my individual slides to different pages. Do I just put the link in the bottom of each slide (Target Link)? What's the difference between Self and Blank?
A: It's possible to add individual link to each image. You should select image by clicking and specify link in "Url" field.
TARGET controls where the new document will be displayed when the user follows a link.
There are 4 types for target:
* "_blank" - opens the new document in a new window;
* "_parent" - is used in the situation where a frameset file is nested inside another
frameset file;
* "_self" - puts the new document in the same window and frame as the current document;
* "_top" - loads the linked document in the topmost frame.
You can read the article about targets here:
http://www.htmlcodetutorial.com/linking/_A_TARGET.html