Photo Gallery

  • Thread starter Thread starter JCO
  • Start date Start date
J

JCO

How can you make the photos a separate popup. This way, the customer can
close it without closing the entire website.
 
I don't know why this posted here. I do need help but intended to post a
separate thread.
Anyway sorry about intruding on someone else's post.
 
I know that this is the method for other windows... setting the target
(which I've done before). But for a photo gallery that is a component
installed from the FP Menu.... I don't see how to get to this feature.
 
You would have to modify the links after you have created the Photo Gallery.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Hi,

The most common way is just as Michael mentioned. You can set Target Frame
of your image link to New Window in FrontPage.

The corresponding html source is quite easy as well, just set target
attribute of <a> tag to _blank.

<a target="_blank"

Have a nice day.

Best regards,

WenJun Zhang
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 
But the photo album, code view, is this simple line (that uses webbot):
Where would I stick in the code <a target="_blank"?

<!--webbot bot="PhotoAlbum" U-Include="photo00013828/real.htm" clientside
TAG="BODY" -->
 
You have to view the actual page (real.htm) with thumbnails and then add the target value to each
link

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Back
Top