[Zope] Help! How to supress the base tag

Maik Roeder roeder@berg.net
Sun, 26 Dec 1999 16:29:36 +0100


Hi !

Am Son, 26 Dez 1999 schrieben Sie:
> Hi,
> 
> I want to make static pages from a site I made in Zope.  I am using
> lwp-rget and it is doing a great job except that zope embeds a base ref in
> the html.  Is there a way to supress/overwrite this using dtml???

Try this as your closing HEAD tag:

<!--</HEAD>--></HEAD>

Zope used to render it like this:

<!--<base href="http://localhost:9080/"></HEAD>--></HEAD>

- Maik