I'm using html in the "Translation" fields of the Localization module, links specifically ... but the links don't work when browsing the page.
any ideas?
Hi Endika,
How do you withdraw Localization strings in your view? By default it will be encoded if I remember correctly. That's why links are not clickable. To prevent this from happening you should use Html.Raw(..) helper.
Thanks Dimitri,
link HTML appears in rendered HTML ... but not clickable ... (image)
Localization text + rendericed HTML IMAGE:
https://ibb.co/Wkh9p1m
Could you post the code that displays this link, please? As well as HTML markup that is generated for this link. You can view it from inspect, or by pressing ctrl+U in Google chrome.
Please, sign in to be able to submit a new answer.