next message in archive
next message in thread
previous message in archive
previous message in thread
Index of Subjects
Index of Subjects
On Sat, 6 May 2000, wrote:
> I looked at template.shtml agin just now and the Homepage link '/' doesn't
> work. It renders a 'file not in publically accessible error' message.
OK. Maybe that should be changed to http://www.chebucto.ns.ca/ , or a
relative pathname as it's done in a lot of files ("../Home.html").
Also, the server-side included files won't be pulled in if Lynx is loading
the file through file://localhost/... links. This is a feature in some
ways, since the blank space caused by the table won't show up. However the
documents won't have <title>...</title> set. What do you think?
> I also can't see where to place the <title>TITLE</title> of the
> document.
> <!--#set var="title" value="New Page Template" -->
^^^^^^^^^^^^^^^^^
It goes here, in the value="..." attribute. It's printed in a <title> tag
in htmltop.shtml.
But since this won't show up to Lynx in file://localhost/... mode, I've
added a <title> tag to template.shtml.
Can someone with IE please verify that the title of
http://www.chebucto.ns.ca/template.shtml is "New Page Template" and not
"xxxNew Page Template"?
next message in archive
next message in thread
previous message in archive
previous message in thread
Index of Subjects