6 Apr
2001
6 Apr
'01
8:58 a.m.
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