Hi everyone,
I am trying to create a list of tabs in a story map page very similar to this link:
https://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_tabs_dynamic&stacked=h
For some reason the
<li><a data-toggle="tab" href="#menu3">Menu 3</a></li> lines become after saving the project
<li><a href="#menu3" target="_blank">Menu 3</a></li> which opens a new tab when the user clicks a tab. Is there a workaround this?