[Zope] Zope inserting base tag
Jaroslav Lukesh
lsh@wo.cz
Thu, 27 Feb 2003 13:44:48 -0000
| Odes=EDlatel: Marc Burgauer <marc@sharedbase.com>
| I have a problem creating valid HTML 4 with Zope. It seems that Zope
inserts
| a <base> tag when calling an index_html document without specifying the
| file:
|=20
| <base href=3D"http://127.0.0.1:8080/" />
OK, this kind of questions are here every month. Use mixed HTML/DTML
construction:
<base href=3D"<dtml-var URL1>">
(I think about URL1 that is good parameter, it could be URL0 - I dont kno=
w
exactly now - not tested, I dont use them)
Take look at archive for details.
JL.