Sometimes it is useful to have one web-page pose as another. That is,
a web page at one URL is a link to a web page in a different
directory, and the links in that page use relative path
specifications. The
BASE element
of
HTML 4
is useful for this purpose. However, it must appear within the
HEAD
! tag before any relative path-names are used, and
not merely in the
BODY
. There is a variable in latex2html
called BASE for this purpose. I set it in my standard
procedure for setting the $ADDRESS variable:
$BASE = &make_josdocdir_url . "/index.html";