[Zope] input images?
Geir Bækholt
Geir Bækholt <geirh@funcom.com>
Fri, 6 Apr 2001 11:39:53 +0200
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..
:-(
--
Geir Bækholt
web-developer/designer
geirh@funcom.com
http://www.funcom.com
on or about, Friday, April 06, 2001, we have reason to believe that Kai Hofmann wrote something in the lines of :
KH> Hi,
KH> with ZOPE I can insert images via dtml-var image-object-name, but how to
KH> insert an image as:
KH> <input type=image src="..."> ???
KH> Thanks in advance
KH> Kai Hofmann