Can't save file with pictures, it has a Base URL? How do I correc

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

Guest

I can't save my Front Page file, keep getting message:
Because this page has a base URL Set, you will need to save any new or
changed pictures to the base web site as a separate step.

This is cause my pictures not to publish. Tried to rename the file, that
didn't work.

Any suggestions to resolve this issue.
 
You have been advised before to remove the base URL tag in code view
- Post a link to the Page on line if you don't know how to find it

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I can't save my Front Page file, keep getting message:
| Because this page has a base URL Set, you will need to save any new or
| changed pictures to the base web site as a separate step.
|
| This is cause my pictures not to publish. Tried to rename the file, that
| didn't work.
|
| Any suggestions to resolve this issue.
 
Remove the <base url=....> tag from the <head>..</head> section of the
page in Code or HTML view.
 
<base href="http://www.wearefearless.com/Newsroom/Hot Topics.htm">

and these type of problems, where you worked on your site without having a web open or you failed to
import the image into your current open web / site before inserting them on your pages:

<img border="0"
src="file:///C:/Documents%20and%20Settings/Swayzene%20Douglas/My%20Documents/Fearless/images/HOT-FLAMES.gif"
width="52" height="98">



==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================

Swayzene said:
You are correct at assuming that I don't know where to find it.
The link to the page is:
http://www.wearefearless.com/Newsroom/Hot Topics.htm

Stefan B Rusynko said:
You have been advised before to remove the base URL tag in code view
- Post a link to the Page on line if you don't know how to find it

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I can't save my Front Page file, keep getting message:
| Because this page has a base URL Set, you will need to save any new or
| changed pictures to the base web site as a separate step.
|
| This is cause my pictures not to publish. Tried to rename the file, that
| didn't work.
|
| Any suggestions to resolve this issue.
 
Back
Top