30 Jun
2001
30 Jun
'01
9:23 p.m.
On Sun, 1 Jul 2001 06:32:28 +0930, you wrote:
I'm a Zope newbie and have built a Zope site but can't work out how to put meta tags into the head section.
Meta tags are nothing special in Zope (although they might be in a framework that takes care of metadata, such as the CMF). You can print meta tags in the output, just like you can print any other piece of HTML. So go to the DTML method or page template that publishes the HTML header (<HEAD> section) and add some statements to print the meta tags. If you don't know anything about this, you should probably look at the DTML method standard_html_header in the root folder. Regards, René Pijlman