Displaying Images using a database

G

Guest

Hello, I am trying to display images using a database. In the past I somehow
configured the html to allow this adding the image source code <img
border="0" src="<%=FP_FieldLink(fp_rs,"Photo")%>">, where the database column
refers to the image location. ex. images/image001.gif. But now i get a
message saying that the fp componet will be overwritten and it restores it to
<%=FP_FieldLink(fp_rs,"Photo")%>. There must be a way to do this, but all
searches have come up empty. Seems like a common task. Any ideas? Your help
is appreciated.
 
K

Kathleen Anderson [MVP - FrontPage]

Make your changes to the gray colored code, not the maroon. Save the changes
while still in Code view. You will notice that once you've saved your
changes they are also made to the maroon colored code - that is by design.
The maroon colored code should never be touched; it's generated by the gray
code at save time.

--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
blog: http://msmvps.com/spiderwebwoman/category/321.aspx
 
G

Guest

Thank You Kathleen! You are a great help!

Kathleen Anderson said:
Make your changes to the gray colored code, not the maroon. Save the changes
while still in Code view. You will notice that once you've saved your
changes they are also made to the maroon colored code - that is by design.
The maroon colored code should never be touched; it's generated by the gray
code at save time.

--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
blog: http://msmvps.com/spiderwebwoman/category/321.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top