Re: [Zope] Help! How to supress the base tag
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
Dear Maik, Thanks a lot! That is a nice trick :) It worked... Adonis On Sun, 26 Dec 1999, Maik Roeder wrote:
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
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Maik Roeder -
technews@egsx.com