How do I get the link generated by CKEditor in HTML to be opened by clicking on a new tab instead of opening on the same tab? The link opens on the same screen, I want it to open in a new tab, how do I do it and what should I change to make it happen?
Hi Isabella,
If you want to, you can set the default link target to "_blank" in the CKEditor block. That way, by default, the links will be open in a new window.
Regards,
Miguel Chaparra
To open the link in a new tab just add the attribute target = "_blank".
Hope it helps,
I managed to open it in a new tab in the CKEditor component using the same settings, thanks.
Miguel Chaparra escreveu:
Oi isabella,
Para abrir o link em uma nova guia, basta adicionar o atributo target = "_blank" da seguinte forma:
Espero que ajude,
Saudações,
Funcionou obrigado
Se desejar, você pode definir o destino do link padrão como "_blank" no bloco CKEditor. Assim, por padrão, os links serão abertos em uma nova janela.