connecting links

M

mom2biggs

Can anyone PLEASE help me. I have my pages uploaded.
However, not not all my links are connecting. There is
something missing in my coding. Can anyone please help
me?

Thank you

Cheryl Kieffer
 
T

Thomas A. Rowe

URL ?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
J

Jim Buyens

Please post the URL of a page that contains one of these
non-working links, and explain which link is bad.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
T

Thomas A. Rowe

Yes.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
J

Jim Buyens

Your Web server is running Unix, and alphaetic case in filenames
therefore matters. Your Local Government link, for example, points to:

http://www.lwvia.org/Local Government.htm

so if the file on the server is named local%20government.htm, you'll
get a 404 Not Found on a Unix Web server, even if you don't on
Windows.

The best way of avoiding this is to always use lower-case letters in
file names, and to avoid special characters like spaces (which have to
appear
as %20's in URLs).

The other possibility, of course, is that you simply forgot to publish
the
Local Government.htm file.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Top