When I make a change to a page in FrontPage, all pages change.

G

Guest

In FP 2003, I created the home page. Then when I tried to create a second
page (eg, about us), all the text for the 2nd page showed up on the 1st page.
All the pages end up being the same because any change to one is reflect in
all the changes. Thanks for your guidance with this.
 
R

Ronx

You are using shared borders, and are placing your content in the
shared border regions of the page.
 
G

Guest

Thanks for the suggestion. However, the behaviour is the same even after I
turned off shared borders. Do you have other suggestions to solve this
problem? Thanks
 
R

Ronx

Please give a link to your published web site, or post the html from
an offending page here.
 
G

Guest

Thanks for taking the time to help. I haven't published the site, but here
is the code for one of the pages. -Brad

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="en-us">

<title>Bradley Robertson - Music and Sound Services News Page</title>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="Microsoft Theme" content="journal 1000, default">
<meta name="Microsoft Border" content="tlb, default">
<script language="JavaScript">
<!--
function FP_playSound(path) {//v1.0
var b,d=document,e,es,i,se="<EMBED SRC='"+path+"' HIDDEN=TRUE LOOP=FALSE
AUTOSTART=TRUE>";
if(d.body)b=d.body; if(d.getElementsByTagName) {
es=d.getElementsByTagName('embed')
for(i=0;i<es.length;i++) { e=es(i); if( e.src==path ) { if(e.removeNode)
e.removeNode();
break; } } if(b&&b.insertAdjacentHTML)
b.insertAdjacentHTML("beforeend",se); }
}
// -->
</script>
</head>

<body >




<p> </p>

<hr>


<table cellSpacing="0" cellPadding="4" border="0">
<tr>
<td vAlign="top" width="596">
<font face="Arial,Helvetica,sans-serif" color="#003399" size="3"><b><i>
<div>
A collection of thoughts regarding the meaning and power of music.
If you have interesting thoughts, send them to us to post here.
</div>
<div>
</div>
<div>
By sending your thoughts regarding music, you give us permission to
post them on this site. </div>
<div>
</div>
<div>
Please respect the copyright of others and do not send anything you
don't have appropriate rights to. For example, don't send an
article written by someone else unless you have that person's
permission.
<!--"''"--></div>
</i></b></font>
<p> </p>
<!--/area Type="subhead"--></td>
</tr>
<tr>
<td height="20"><img height="20" alt="" src="spacer.gif"></td>
</tr>
<tr>
<td vAlign="top">
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td vAlign="top">
<table cellSpacing="0" cellPadding="2" border="0" width="491">
<tr>
<td vAlign="top" width="487"><!--area Type="main"
face="Arial,Helvetica,sans-serif" size="2" color="003399" style="0"-->
<font face="Arial,Helvetica,sans-serif" color="#003399" size="2">
<div>
<div>
“It is not easy to determine the nature of music
or why anyone should have a knowledge of it.†-
Aristotle</div>
<div>
</div>
<div>
Confucius (551–479 BC) assigned an important
place to music in the service of a well-ordered
moral universe. He saw music and government as
reflecting one another and believed that only
the superior man who can understand music is
equipped to govern. Music, he thought, reveals
character through the six emotions that it can
portray: sorrow, satisfaction, joy, anger,
piety, love. According to Confucius, great music
is in harmony with the universe, restoring order
to the physical world through that harmony.
Music, as a true mirror of character, makes
pretense or deception impossible. -
Encyclopedia Britannica</div>
<div>
</div>
<div>
Music was virtually a department of mathematics
for the philosopher Pythagoras (c. 550 BC). -
Encyclopedia Britannica
<!--"''"--></div>
</div>
</font></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>


</body>
</html>
 
R

Ronx

The line
<meta name="Microsoft Border" content="tlb, default">
indicates you are using top, left and bottom shared borders on every
page, including this one.
The shared border html will not show in FrontPage code view, but will
appear in the browser View Source (Preview in Browser, View Source and
look for <!--MsNavigation--> or similar comments).

Either remove the unique content from the shared border area, or
remove the shared borders
Format->Shared Borders and clear the boxes.
Select all pages and check "Make default" box to remove from every
page. This will delete the shared border contents, including anything
in them that should be on unique pages.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top