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

Casey Duncan casey@zope.com
Wed, 1 May 2002 14:08:21 -0400


On Wednesday 01 May 2002 01:53 pm, Trevor Toenjes allegedly wrote:
> > How about:
> >
> > <img tal:replace=3D"python:here.images.image.tag(border=3D1)" />
>=20
> What does that look like if you usethe standard extension.  like image.=
gif
> or image.jpg?


Then it would be=20

<img tal:replace=3D"python:here.images['image.gif'].tag(border=3D1)" />

where "images" is the folderish doohickie containing your image objects.

hth,

-Casey