November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hey @Ethan
Does it work if you set target="_top"
instead.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#Attributes
I would like to make a link from one block in edit mode to another block in edit mode. I can generate the url using PageEditing.GetEditUrl but if I click on that link, it opens a page within a page which I dont want. If I make the link target="_blank" it opens correctly in a new tab, but thats not really what I want either. Is this possible?