[Zope] input images?

Tino Wildenhain tino@wildenhain.de
Fri, 06 Apr 2001 10:58:15 +0200


Geir BXkholt wrote:
> 
> you'll lose some of the advantages of the .tag-method , but you can
> use :
> 
> <input type="image" src="&dtml.url-image-object-name">
> 
> you'll get the absolute url inserted the correct place , but not the height and width-params..
> 
> :-(
<dtml-with imageobject>
<input type="image" src="&dtml-absolute_url;" width="&dtml-width;">"
height="&dtml-height;" alt="&dtml-alt;">
</dtml-with>

HTH
Tino