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?
Russell Uman writes:
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' Looks like a bug.
Are you using an up-to-date ZPT release? If so, file a bug report.
how can i add the border attribute to an image? As a work around, you can probably use the "Image"'s "tag" method.
Dieter
i am using 2.5.1, so yeah. i guess it is an up to date release. i will file a bug report. i am successfully using the tag method as a work around. thanks! ----- Original Message ----- From: Dieter Maurer <dieter@handshake.de> To: Russell Uman <russ@viz.com> Cc: <zope@zope.org> Sent: Wednesday, May 01, 2002 12:53 PM Subject: Re: [Zope] image attributes
Russell Uman writes:
i'm trying to set the border attribute of an image tag like so:
<img DEFANGED_tal:replace="structure container/images/image.gif" DEFANGED_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' Looks like a bug.
Are you using an up-to-date ZPT release? If so, file a bug report.
how can i add the border attribute to an image? As a work around, you can probably use the "Image"'s "tag" method.
Dieter
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Dieter Maurer -
Russell Uman