I'm going to try and answer this since I owe a debt and like to pay my debts. The Page Template tags are less powerful than DTML by design. The idea is to force the separation of logic and presentation. Because it's limited, you keep all the difficult logic out of the presentation and keep it in the back where it belongs. Designing this way gives you more flexibility when moving to different platforms or presentation methods. The added benefit of ZPT is that the tag structure is ignored by external HTML editing tools. Joe Goldthwaite -----Original Message----- From: zope-bounces@zope.org [mailto:zope-bounces@zope.org]On Behalf Of fowlertrainer@anonym.hu Sent: Tuesday, December 02, 2003 6:16 AM To: zope@zope.org Subject: [Zope] Q1: tal + image Hello ! My friend is say to I don't use dtml - I must use Page Template... Ok, I say, and I try it. I have an logo image, named logo. When I use dtml, the <dtml-var logo> is working. But: when I use <p tal: replace here/logo></p>, then the zope replace the <> signs in image definition, and it is don't showed, only it's description. Why ? And why I feel that tal is known less than dtml ? KK -- Best regards, fowlertrainer mailto:fowlertrainer@anonym.hu _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )