Englishvideo slider jquery  Deutschhtml galerie  Españoljquery slideshow  Françaisjquery diaporama  ItalianoImmagini Galleria   汉语网络幻灯片: 效果的幻灯片  Português brasileiroGaleria De Imagens  Русскийслайдер изображений, слайдшоу, CSS слайдер  Svenska Bild Galleri  日本語画像のスライダー&ギャラリー  NederlandsAfbeeldingen Caroussel 

Recent Demos

 What is target controls in simple html slideshow?

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