Support
Database
Why are my Shared Borders missing when I publish
my FrontPage web?
When
you view a page in Microsoft FrontPage you see
the shared borders. However, when you view the
page on the Web, the shared borders may be missing.
This
behavior can occur if the document is missing
the body tags (<body> and </body>).
FrontPage uses tables to create shared borders.
It parses all of the HTML in between the body
tags and places it in one cell in the table. If
the document is missing body tags, the shared
borders do not work as expected.
To
resolve this issue, replace the body tags in the
document. To replace the body tags follow these
steps:
1.
Start FrontPage and open the page that you want.
2.
Click the HTML tab on the page window.
3.
Type <body> directly below </head>.
4.
Type </body> at the end of the document,
just before </html>.
Return
to category list