27 Feb
2003
27 Feb
'03
1:44 p.m.
| OdesÃlatel: 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: | | <base href="http://127.0.0.1:8080/" /> OK, this kind of questions are here every month. Use mixed HTML/DTML construction: <base href="<dtml-var URL1>"> (I think about URL1 that is good parameter, it could be URL0 - I dont know exactly now - not tested, I dont use them) Take look at archive for details. JL.