New windows for images in photo galleries!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm create a website that showcases my writing and design samples. I created
jpegs of my samples and added them to photo galleries. However, when I click
on them from a browser window I can't figure out how to make them open in
separate windows. It's a bad experience to have visitors to my site have to
click the "Back" button to return to my site after viewing a sample. Your
help is sincerely appreciated!!!!
 
You can download the free FP addin "Spawn" from www.jimcoaddins.com or you
can add:

<base target="_blank">

after the </head> tag

Note: if you use this tag it will open all links on the page in a new window
so you'll have
to select your other links on the page and set the target to self if you
don't want them to open in a new window.
 
Thank you. Thank you. Thank you!!!!



David Berry said:
You can download the free FP addin "Spawn" from www.jimcoaddins.com or you
can add:

<base target="_blank">

after the </head> tag

Note: if you use this tag it will open all links on the page in a new window
so you'll have
to select your other links on the page and set the target to self if you
don't want them to open in a new window.
 
Back
Top