How to hack the standard_html_header
Hello guys, Just wanted to ask how you can edit the standard_html_header at the Zope Portal. I really would like to do this, so I can put my own CSS at the right spot. thanks, stephan -- Stephan Richter iXL - Software Designer and Engineer
At 10:22 PM 8/19/99 -0500, Stephan Richter wrote:
Hello guys,
Just wanted to ask how you can edit the standard_html_header at the Zope Portal. I really would like to do this, so I can put my own CSS at the right spot.
Just create a new modified standard_html_header method where you need it, acquisition allows any subfolder to pickup/replace the higher up one with the new method. David Kankiewicz P.S. Thanks for the work on the Doc Tool requirements.
thanks, stephan -- Stephan Richter iXL - Software Designer and Engineer
_______________________________________________ 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 )
You can usd the view_source method on the acquired standard_html. http://Z.P.T/srichter/standard_html/view_source Save this and delete the unneeded parts. Than put this as standard_html into you folder. HTH __Janko
participants (3)
-
David Kankiewicz -
jhauser@ifm.uni-kiel.de -
Stephan Richter