Okay
  Public Ticket #186999
links in captions
Closed

Comments

  • Juan started the conversation

    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

  •  1,172
    Amit replied

    sure you just use a html a tag like this

    <a href="http://www.google.com">Your caption</a>

  • Juan replied

    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. 

  •  891
    Max replied

    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. 

     

  • Juan replied

    Great Thanks