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
"databaseboy2005" <(E-Mail Removed)> wrote in
message news

E010D55-1CB1-42E1-B561-(E-Mail Removed)...
> 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.