Shared Folders

M

Martyn

I have built maintained a website www.soulwork.net using Frontpage for years
without problem. Just recently I chaged servers and noticed that the top and
bottom shared folders were missing.

I have checked the Shared Folders dialog box - all is OK and reposted the
website. The problem remains. Does anyone have any ideas what can be done?
 
M

Martyn

I wrote that too fast ...

All Shared Borders are shown on my computer - but only the Left Border is
shown on the web site.

I have no idea what I've done wrong and cannot seem to find the info
anywhere
 
S

Stefan B Rusynko

Your top.htm is not a valid html page
FP include pages must be complete html page w/ body tags

It starts with
<html>
<font size="2">
<table width="740" id="table1" cellpadding="0" style="border-collapse: collapse"> ...
And ends with
</table>
</font>
</html>

It must have at least
Start of page
<html>
<head>
</head>
<body>

<table width="740" id="table1" cellpadding="0" style="border-collapse: collapse"> ...

And end of page
</table>
</body>
</html>

Same applies to your bottom.htm





|I wrote that too fast ...
|
| All Shared Borders are shown on my computer - but only the Left Border is
| shown on the web site.
|
| I have no idea what I've done wrong and cannot seem to find the info
| anywhere
|
| | >I have built maintained a website www.soulwork.net using Frontpage for
| >years without problem. Just recently I chaged servers and noticed that the
| >top and bottom shared folders were missing.
| >
| > I have checked the Shared Folders dialog box - all is OK and reposted the
| > website. The problem remains. Does anyone have any ideas what can be done?
| >
|
|
 

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