Updating an existing web page.

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

Guest

Hello,
I have been trying to edit an existing web page in Frontpage 2003 and
attempted to insert a picture into the page. The picture had been on the page
before, but for some reason the link got lost and the picture disappeared.
When I reinserted the picture into the page and clicked on Save, Frontpage
displayed an error message that said "A base URL has been defined for this
page. Therefore you have to save all new or changed pictures in a seperate
step in the base web."

Does anyone have an idea what that means ?
 
It means that in the <head> section of the page (in code view) you have
a tag similar to
<base href="http://www.example.com">

While this tag is in place, any images should be saved to the URL in the
<base...> tag. Simplest solution is to remove this tag, but there may
be a good reason why it is there.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp

FrontPage Support: http://www.frontpagemvps.com/
 
Back
Top