[Zope] image attributes

Russell Uman russ@viz.com
Tue, 30 Apr 2002 14:06:59 -0700


i'm trying to set the border attribute of an image tag like so:

<img tal:replace="structure container/images/image.gif" tal:attributes="border string:1">

i get the following error when i load the page

Error Type: AttributeError
Error Value: Context instance has no attribute 'getCompilerError'

how can i add the border attribute to an image?