RE: Photo Association
From: Teri Carnright (TeriCarnright_at_discussions.microsoft.com)
Date: 03/10/05
- Next message: DreamFollower: "Re: broken borders in table cells"
- Previous message: Thomas A. Rowe: "Re: Photo Association"
- In reply to: Sam: "Photo Association"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 10 Mar 2005 12:45:02 -0800
Hi, Sam~
You can save in the images/ directory or you can set up a different
directory. To associate the photos: in the database, the entry will be like
"image1.jpg". Let's assume that you are saving the images in the images/
directory. In that case, in your asp, your entry would be similar to
<a href="http://<%=FP_FieldVal(fp_rs,"PreviewURL")%>"
<img border="0" width="100" height="80"
src="<%=FP_FieldVal(fp_rs,"Image1")%>"></a>
You are asking that the visitors be able to display your images on their
website by linking directly to them??? I think that's not the best way to go
- that way, they will be using YOUR bandwidth and you're in for a potentially
huge hosting bill... Why not let them copy the images to use on their own
site?
Teri
:)
"Sam" wrote:
> Hello all,
>
> I am currently developing a website that is driven by a database. The
> database will be used to access a large number of pictures. I've been told
> that the pictures should be saved in the Image folder in FrontPage and not
> directly in the Access DB. How do I associate the photos in the database?
> Example: Label Name, Label Picture (how do I pull the Label Picture from the
> Image folder?). I also want the user to have the ability to use the pictures
> on their own sites. Will the way I'm setting up my website give each photo
> it's own URL? If not, what is the best practice? Should I save all my
> pictures to a photo site, and just use the URL in my site?
>
> Thank you for your help in advance!
- Next message: DreamFollower: "Re: broken borders in table cells"
- Previous message: Thomas A. Rowe: "Re: Photo Association"
- In reply to: Sam: "Photo Association"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|