Hi,
Is there a way of inserting a hyperlink into the content part of an image. For example, I would like the "https://lukaesenko.com" to be an actual working link to the photographers website, whose photo I am using with permission.
div#block-yui_3_17_2_1_1667895150946_4439:after {
content: "Credit: Luka Esenko https://lukaesenko.com";
text-align: center;
font-size: 14px,
}
Thank you
Daniel