{"title":"Linking Slides","id":51894,"link":"https:\/\/env.averta.net\/en\/step\/linking-slides\/","parent":[51826],"content":"<p>In order to add a link over the entire slide area, you need to add an anchor element inside the slide.? The example below shows how is linking slides possible:<\/p>\n<div id=\"masterslider\" class=\"master-slider\">\n<div class=\"ms-slide\"><a href=\"http:\/\/averta.net\">Link text for better SEO<\/a><\/div>\n<\/div>\n<pre class=\"lang:xhtml decode:true \">\t&lt;div id=\"masterslider\" class=\"master-slider\"&gt;\r\n\t\t&lt;div class=\"ms-slide\"&gt;\r\n\t\t\t&lt;!-- adds a link to the slide --&gt;\r\n\t\t\t&lt;a href=\"http:\/\/averta.net\"&gt;Link text for better SEO&lt;\/a&gt;\r\n\t\t&lt;\/div&gt;\r\n\t\t&lt;!-- .... --&gt;\r\n\t&lt;\/div&gt;<\/pre>\n<p>Master Slider searches for the first non layer anchor element in the slide direct children and sets it as a slide link. If you need to exclude an anchor element, you need to add?<code>ms-not-slide-link<\/code>?class name to it. In addition, if you need to move the slide link over any other slide content like layers, you can add?<code>ms-over-all<\/code>?class name to the anchor element.<\/p>\n","type":"solution"}