Search…

X3 Photo Gallery Support Forums

Search…
 
jay2
Topic Author
Posts: 11
Joined: 01 Aug 2007, 18:29

how do i make the link

25 Apr 2009, 04:57

become a _blank or to open a new window?

thanks in advance
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14007
Joined: 30 Sep 2006, 03:37

Re: how do i make the link

26 Apr 2009, 03:59

jay2 wrote:become a _blank or to open a new window?
You mean a link in the menu? or in some normal text/description?

To open your MENU link in a _blank window, you can add the link like this:
Code
http://yourlink.com*_blank
To open a normal text link in a new window, use this reference:
<a href="http://yourlink.com" target="_blank">text</a>
 
jay2
Topic Author
Posts: 11
Joined: 01 Aug 2007, 18:29

29 Apr 2009, 11:56

yea for the menu! thanks!

Also how would you make the start page image a link to pop up another window? I want to have about 3-4 regular size image side by side and each image links to a new window as well. is that possible? I have been messing around with textpage, filemod, link and I can not seem to get it right.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14007
Joined: 30 Sep 2006, 03:37

04 May 2009, 06:11

jay2 wrote:Also how would you make the start page image a link to pop up another window? I want to have about 3-4 regular size image side by side and each image links to a new window as well. is that possible? I have been messing around with textpage, filemod, link and I can not seem to get it right.
There is no native module in imagevue to have 3-4 images side by side, neither is there a method to set independent popup links for each of these images. Did you consider using flash? You won't need a lot of skill to do something like that ... Just create a SWF, and arrange the 3-4 iamges how you want them. You can also add some simple buttons to the images. Export as SWF, and it can be loaded into your startpage as a filemod!