[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

=?Utf-8?B?cm9kY2hhcg==?=

4/27/2004 1:31:00 AM

I am trying to put a header and side bar in an include
file so all pages can use the same code. When one page
calls another page the include sections do not show up.
However, when I open the page in Front Page and then
Preview the include sections do show up. What is going
on??
1 Answer

Stefan B. Rusynko

4/27/2004 8:28:00 AM

0

Shared borders and Include Pages are design time tools w/ the content (inside the <BODY> tags) of the Shared Border or Include page
"embedded" or included as html in your pages when you save any of the file(s) using them (or save the borders / include pages
themselves)

But FP can not build those include you page if either your include page content or main page content has illegal html or broken tag
pairs
- usually due to missing </body></html> tags, or unmatched table / cell tags (unclosed table / cell tags), or some other unclosed
html block element

If you can see them using File Preview in Browser they will publish in as part of your pages

If you can't see them using File Preview in Browser, it's because FP can not build the included content, so you need to validate and
correct your broken html


--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/news...
_____________________________________________


"Beth" <anonymous@discussions.microsoft.com> wrote in message news:49e601c42bf7$5980b460$a501280a@phx.gbl...
| I am trying to put a header and side bar in an include
| file so all pages can use the same code. When one page
| calls another page the include sections do not show up.
| However, when I open the page in Front Page and then
| Preview the include sections do show up. What is going
| on??