Hi Simon.
Take a look at the code from your Frame page:
<base target="_main"
href="file:///C:/Documents%20and%20Settings/Simon%20Kinsey/My%20Documents/My
%20Webs/SportingStats/LeftEdge.htm">
<frameset rows="146,*,30">
<frame name="top" scrolling="no" noresize target="contents"
src="file:///C:/Documents%20and%20Settings/Simon%20Kinsey/My%20Documents/My%
20Webs/SportingStats/Header.htm" marginwidth="0" marginheight="0">
<frameset cols="267,*">
<frame name="contents" target="main" src="LeftEdge.htm" marginwidth="0"
marginheight="16" scrolling="auto">
<frame name="main"
src="file:///C:/Documents%20and%20Settings/Simon%20Kinsey/My%20Documents/My%
20Webs/SportingStats/FrontPage.htm" scrolling="auto" target="">
</frameset>
<frame name="bottom" scrolling="no" noresize target="main"
src="file:///C:/Documents%20and%20Settings/Simon%20Kinsey/My%20Documents/My%
20Webs/SportingStats/Footer.htm" marginwidth="0" marginheight="0">
<noframes>
<body>
Note that all of the paths in it are poiting to locations in your local hard
drive. This can occur when, for example, you open a page on your computer to
add to it, and don't open the local web first. FrontPage is capable of
working with both local disk-based web pages and web sites, as well as
remote ones. If you don't open a web first, FrontPage has no context to
determine how to set the links up other than your local hard drive.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.