[Zope] base href

Thieu-Hon Tran Thieu-Hon.Tran@westfleisch.de
Fri, 15 Nov 2002 16:33:13 +0100


Am 15.11.2002, 14:26 Uhr schrieb Michael St=F6ckel:
-----------------------------------
 >Hello List,
 >
 >I noticed that Zope adds a <base href... > tag to my HTML-Head.
 >
 >Why and how can i stop it?

I don't know why, but you can prevent this by adding the following
line to your DTML-documents/methods:

<!-- <html><head> <base href=3D"dummy"> </head> -->

(can't find the HOWTO anymore, where I read this tip)
Or you can insert your own base-tag, which also prevents Zope from
adding it. (see http://www.zope.org/Members/wisser/base)

Greetings,
      Hon.