Why do my pages copy themselves over and over when I publish them

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

Guest

My pages keep copying themselves and ending up looking like a cascading bunch
of pages on top of each other. When I look at the code in FP - there is
nothing but body tags over and over with no other code for my content.
This happens when I save the file, refresh the file, or publish the file.
You can see how bad it is on the index page at www.lampstone.com - one other
page has the same problem....this is very annoying. My Host will delete the
files on the server before I publish again. They said it appears that the
revised pages just keep merging rather than overwriting. Thanks so much for
your help.
 
Instead of using the automagical Shared Borders and Includes thet FP
provides, perhaps you should learn the underlying fundamentals.

There seems to be numerous posts, in this group, from people using these
features.

Bob Lehmann
 
Bob said:
Instead of using the automagical Shared Borders and Includes thet FP
provides, perhaps you should learn the underlying fundamentals.

There seems to be numerous posts, in this group, from people using
these features.

Bob Lehmann

Bob,
You are correct.

I started a thread which is still going about removing frames and instead
using <div>s for borders.

The basics are simple, but I keep running into minor problems
 
You've got somekind of cyclic thing going on on the index page. It'd
probably easier to redo the page than figure out what's causing the
redunancy. For instance if you look at the links in the message body they
refer to pages in _border/ where they don't exist. But if you enter the page
name directly in the browser window you'll go to a normal page...

http://www.lampstone.com/_borders/Services.htm no good

http://www.lampstone.com/Services.htm good

in addition since you're on a linux box, don't use capitalization or spaces
in file/folder names.



| My pages keep copying themselves and ending up looking like a cascading
bunch
| of pages on top of each other. When I look at the code in FP - there is
| nothing but body tags over and over with no other code for my content.
| This happens when I save the file, refresh the file, or publish the file.
| You can see how bad it is on the index page at www.lampstone.com - one
other
| page has the same problem....this is very annoying. My Host will delete
the
| files on the server before I publish again. They said it appears that the
| revised pages just keep merging rather than overwriting. Thanks so much
for
| your help.
 
Back
Top