can't save page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am getting a message that I can't save the page because it has a base URL
set. How do I find out what needs to be changed and saved?
 
Switch to Code / HTML View and delete the base URL tag.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
Hi I tried but don't seem to be doing it right. Here is one line.
file:///C:/Documents%20and%20Settings/Owner/Local%20Settings/Temporary%20Internet%20Files/FrontPageTempDir/button18.jpg"
height="38" width="191" alt="New Microwave product"
onmouseover="FP_swapImg(1,0,/*id*/'img5',/*url*/'file:///C:/Documents%20and%20Settings/Owner/Local%20Settings/Temporary%20Internet%20Files/FrontPageTempDir/button19.jpg')"
onmouseout="FP_swapImg(0,0,/*id*/'img5',/*url*/'file:///C:/Documents%20and%20Settings/Owner/Local%20Settings/Temporary%20Internet%20Files/FrontPageTempDir/button18.jpg')"
onmousedown="FP_swapImg(1,0,/*id*/'img5',/*url*/'file:///C:/Documents%20and%20Settings/Owner/Local%20Settings/Temporary%20Internet%20Files/FrontPageTempDir/button1A.jpg')"
onmouseup="FP_swapImg(0,0,/*id*/'img5',/*url*/'file:///C:/Documents%20and%20Settings/Owner/Local%20Settings/Temporary%20Internet%20Files/FrontPageTempDir/button19.jpg')"
fp-style="fp-btn: Border Bottom 1; fp-font-style: Bold; fp-font-size: 11;
fp-font-color-normal: #0000FF; fp-font-color-hover: #FF00FF;
fp-font-color-press: #0000FF" fp-title="New Microwave product"></a>
</p>

--
Sue
my.tupperware.com/suecyr


Thomas A. Rowe said:
Switch to Code / HTML View and delete the base URL tag.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
file:/// means that the image is being referenced to a file on your hard
drive and not in the web site. You need to import the file into your web
first (File, Import) and then insert it on a page so that it's properly
referenced.


Suetupper said:
Hi I tried but don't seem to be doing it right. Here is one line.
file:///C:/Documents%20and%20Settings/Owner/Local%20Settings/Temporary%20Internet%20Files/FrontPageTempDir/button18.jpg"
height="38" width="191" alt="New Microwave product"
onmouseover="FP_swapImg(1,0,/*id*/'img5',/*url*/'file:///C:/Documents%20and%20Settings/Owner/Local%20Settings/Temporary%20Internet%20Files/FrontPageTempDir/button19.jpg')"
onmouseout="FP_swapImg(0,0,/*id*/'img5',/*url*/'file:///C:/Documents%20and%20Settings/Owner/Local%20Settings/Temporary%20Internet%20Files/FrontPageTempDir/button18.jpg')"
onmousedown="FP_swapImg(1,0,/*id*/'img5',/*url*/'file:///C:/Documents%20and%20Settings/Owner/Local%20Settings/Temporary%20Internet%20Files/FrontPageTempDir/button1A.jpg')"
onmouseup="FP_swapImg(0,0,/*id*/'img5',/*url*/'file:///C:/Documents%20and%20Settings/Owner/Local%20Settings/Temporary%20Internet%20Files/FrontPageTempDir/button19.jpg')"
fp-style="fp-btn: Border Bottom 1; fp-font-style: Bold; fp-font-size: 11;
fp-font-color-normal: #0000FF; fp-font-color-hover: #FF00FF;
fp-font-color-press: #0000FF" fp-title="New Microwave product"></a>
</p>
 
Back
Top