[ZPT] FW: [Zope] zope page templates and image tags. tal:attributes:

Russell Uman russ@viz.com
Wed, 1 May 2002 11:39:46 -0700


using structure if you want the actual tag.

<img tal:replace="structure python:here.images['image.gif'].tag(border=1, alt='zpt')" />

with multiple attributes comma separated, using "css_class" for the class attribute instead of the reserved word 'class'.

now i will read the API appendix of the zope book before asking anymore ?s. thank you so much for your help!