Page 1 of 1

open link in new window?

Posted: 16 Jan 2009, 08:37
by Defiant
Made a link in the menu, create folder -> use as 'link'
If i click the link, it opens in the same page, where can i change that into 'new page/new tab'?

thnx

Posted: 16 Jan 2009, 11:29
by carter2
I would imagine you would add _blank at the end of the link

<a href="your-link" target="_blank">LINK</a>

Re: open link in new window?

Posted: 17 Jan 2009, 01:24
by mjau-mjau
Defiant wrote:Made a link in the menu, create folder -> use as 'link'
If i click the link, it opens in the same page, where can i change that into 'new page/new tab'?
Add your link like this:
Code
http://www.mylink.com/*_blank
You add the 'target' window after the *asterix character. This is also explained in the textpage docs here:
https://www.photo.gallery/v2docs/articles/textpages/