Search…

X3 Photo Gallery Support Forums

Search…
 
Defiant
Experienced
Topic Author
Posts: 24
Joined: 28 Mar 2007, 10:16

open link in new window?

16 Jan 2009, 08:37

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
 
User avatar
carter2
Experienced
Posts: 206
Joined: 13 Oct 2008, 13:00

16 Jan 2009, 11:29

I would imagine you would add _blank at the end of the link

<a href="your-link" target="_blank">LINK</a>
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: open link in new window?

17 Jan 2009, 01:24

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/