How do I open link in new window? Bootstrap

Asked

Viewed 218 times

0

Here’s the excerpt, I’m using Bootstrap.

[button-group]  
   [button link="#" dropdown="true" data="toggle,dropdown"] Projetos e Parcerias: [caret][/button]
   [dropdown]
     [dropdown-item link=" ... "] Plano de Trabalho [/dropdown-item]
   [/dropdown]
[/button-group]

he is opening the link on the same page, I need you to open in new window.

recalling that I am in wordpress and am using a plugin that allows you to create shortcodes to insert into text fields and be parsed for html in the template.

  • Tried to use target=_Blank ?

  • I tried yes in some ways and without results, if you want to leave an example I would appreciate it very much.

  • Puts a <a> tag with target="_Blank" inside the button

  • an example for you https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_a_target

  • Personal before you downvote the question note that he is on the wordpress platform and he may be using a plugin like this which allows user to create shortcodes to insert into text fields and be parsed for html in template.

  • is exactly the situation @Vinicius.Silva

  • @lvr7 could expose how the line would look? I’m trying unsuccessfully.

Show 2 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.