4 Aug
1999
4 Aug
'99
10:02 a.m.
Martijn Pieters wrote From Zope 2.0b1 you can also call the 'tag' method on the image object, specifying the width and height that should be in the IMG tag generated, or specify that no with or height attributes should be present: <dtml-var "MyImage.tag(width='', height='')"> will get you a IMG tag that won't have width and height attributes.
now if only someone would add a 'inputtag' method, which would make it output the magic for '<input type="image">' with the image... (... it would take one more thing of my to-do list :) Anthony