Include Page (for shared page)

  • Thread starter Thread starter JCO
  • Start date Start date
J

JCO

Web: www.tackdiscount.com

I have 2-Include items... one for the top and one for the bottom of my page.
Looks fine in design mode but not on the server. Only the bottom include
does not show up. Therefore, can't be an extension problem.

Thanks in advance
 
Did you publish all the pages, the bottom-include, the top-include and the
page in which these are included?

And did you publish these to the same/correct folder on the server as on
your local machine?
 
Yes all published to the server. Not sure what you mean by publishing it to
my local machine. I designed on my local machine then published to the
server. Top shared is working, but bottom shared is not.
 
JCO:

Look at your source code on the bottom.html page. You have a body closing
tag immediately after the opening tag. Then, at the end of your html, you
have another closing body tag.

<body></body>

Try deleting the first closing body tag.
 
I think you've got something duplicated.

there's two identical bottom includes...
/includeitems/bot.html
/includeitems/bottom.html

one appears in code view in FP the other doesn't


| Web: www.tackdiscount.com
|
| I have 2-Include items... one for the top and one for the bottom of my
page.
| Looks fine in design mode but not on the server. Only the bottom include
| does not show up. Therefore, can't be an extension problem.
|
| Thanks in advance
|
|
 
That was because I made a copy, then re-create the bottom.html from scratch.
Then I added from one to another.

Thank... I'm getting somewhere now.
 
Another possibility is in the FPSE page config data. You can try

1) uninstall FPSE on this site.
2) delete all the vti_ directories, especially _vti_cnf
3) re-extend the site with FPSE

Then please test if the problem still persists.

Best regards,

WenJun Zhang
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top