M
MikeR
I don't remember FP2002 doing this before, and I don't like it. <vbg>
I open a site(not a file) on my local machine. I create a new page.
I choose Insert|Picture|From file (the only choice).
FP puts the link in as:
<img border="0"
src="file:///C:/Inetpub/wwwroot/MySite/images/Logos/Apic.jpg"
width="500" height="478">
When I save the page FP wants to save embedded images.
What I want is:
<img border="0" src="images/Logos/Apic.jpg" width="500" height="478">
What's changed/what am I doing wrong?
Thanks, Mike
I open a site(not a file) on my local machine. I create a new page.
I choose Insert|Picture|From file (the only choice).
FP puts the link in as:
<img border="0"
src="file:///C:/Inetpub/wwwroot/MySite/images/Logos/Apic.jpg"
width="500" height="478">
When I save the page FP wants to save embedded images.
What I want is:
<img border="0" src="images/Logos/Apic.jpg" width="500" height="478">
What's changed/what am I doing wrong?
Thanks, Mike