Hi, Is there way to render an Image object and specifying attributes available in the <img> html tag like 'align', 'border' etc. Thanks ****************************************************** Oscar Picasso picasso@videotron.ca ******************************************************
I copied the following from someone else's prior email. Haven't tried it myself yet: The image object supports a tag() method: Usage: <dtml-var "img1.tag(height=1,width=1,alt='Hello')"> -- Loren
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Oscar Picasso Sent: Wednesday, October 20, 1999 17:17 To: zope@zope.org Subject: [Zope] Rendering Images (Q1959)
Hi,
Is there way to render an Image object and specifying attributes available in the <img> html tag like 'align', 'border' etc.
Thanks
****************************************************** Oscar Picasso picasso@videotron.ca ******************************************************
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(Related lists - please, no cross posts or HTML encoding!
To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
It works fine. Thanks.
I copied the following from someone else's prior email. Haven't tried it myself yet:
The image object supports a tag() method:
Usage: <dtml-var "img1.tag(height=1,width=1,alt='Hello')">
-- Loren
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Oscar Picasso Sent: Wednesday, October 20, 1999 17:17 To: zope@zope.org Subject: [Zope] Rendering Images (Q1959)
Hi,
Is there way to render an Image object and specifying attributes available in the <img> html tag like 'align', 'border' etc.
Thanks
****************************************************** Oscar Picasso picasso@videotron.ca ******************************************************
participants (2)
-
Loren Stafford -
Oscar Picasso