[Zope] Suppressing <BASE> tag

Phil Harris phil@philh.org
Wed, 15 Sep 1999 09:23:12 +0100


Ooh, that's sneaky

8¬)

Phil

----- Original Message -----
From: Maik Roeder <roeder@berg.net>
To: <zope@zope.org>
Cc: <jgoerzen@complete.org>
Sent: Wednesday, September 15, 1999 8:01 AM
Subject: Re: [Zope] Suppressing <BASE> tag


> Hi,
>
>
> [...]  Further, I don't want any base tag at all.
>
> To disable Base Tags in Zope, I use the following hack in my
> standard_html_header:
>
> <HTML>
> <HEAD>
> <TITLE>foo</TITLE>
> <!--</HEAD>-->
> </HEAD>
> <BODY>
>
> Zope renders this as follows:
>
> <!--    <base href="http://localhost:9080/">
> </HEAD>-->
> </HEAD>
>
> As you can see, the base tag is inserted in a place where the
> browser will ignore it.
>
> Maik
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://www.zope.org/mailman/listinfo/zope
>
> (To receive general Zope announcements, see:
> http://www.zope.org/mailman/listinfo/zope-announce
>
> For developer-specific issues, zope-dev@zope.org -
> http://www.zope.org/mailman/listinfo/zope-dev )
>