Comments Juan started the conversationMarch 27, 2014 at 7:52pmMy question is if its possible to put a link in the captions/layers in the slide.I know I can have a link in the image but I mean if I can have links in different layers in the same slide. Thanks 1,192Amit repliedMarch 28, 2014 at 9:23pmsure you just use a html a tag like this<a href="http://www.google.com">Your caption</a>Juan repliedMarch 28, 2014 at 9:40pmGreat! I just tryed the way you say, and works 100% thanks. In addition, to change styles on links I think I have to write over static-captions.css, true? Thanks again. 948Max repliedMarch 29, 2014 at 11:06amYes. you need to add your style as you do with any template. You can give a class to the link that you have already have in the template and use it. Juan repliedMarch 29, 2014 at 3:26pmGreat Thanks Sign in to reply ...
My question is if its possible to put a link in the captions/layers in the slide.
I know I can have a link in the image but I mean if I can have links in different layers in the same slide.
Thanks
sure you just use a html a tag like this
<a href="http://www.google.com">Your caption</a>
Great! I just tryed the way you say, and works 100% thanks.
In addition, to change styles on links I think I have to write over static-captions.css, true?
Thanks again.
Yes. you need to add your style as you do with any template. You can give a class to the link that you have already have in the template and use it.
Great Thanks