15 Nov
2002
15 Nov
'02
3:33 p.m.
Am 15.11.2002, 14:26 Uhr schrieb Michael Stöckel: -----------------------------------
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="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.