I'm sure this question has been asked before, but I could not find anything about it here . . .
I want a link to appear in my page menu navigation that opens a URL in a separate window (target="blank"). Using DNN 4.3.5. I can add a new page and have it linked as an external URL, but is there a way to control the target attribute?
Thanks in advance for the help.
I'm not sure how you would do this without going into the core code and setting all URLs to open in a new window.
The only other option I can think of is to hard code the link into a skin and set the link to target=blank.
I would then style the link so that it blends into the menu that you are using so that it appears as though it is part of the menu.
If you come across any other solution, let us know, thanks,