How to set up a link to open in a new window? How add _blank attribute?
bukac2 You can use Markdown Extra for adding the attribute as follows:
[text](url){target=_blank}
Great! Thanks!
Is there any way to put _blank attribute to field "Redirect page to another URL"?
bukac2 Yes. You could add some jQuery into the header items variable (global settings) to add the target attribute to all external links.
Thank you! That's the challenge!
Powered by FreeFlarum.(remove this footer)