[Zope] passing attributes to images
Cornelis J. de Brabander
brabander@fsw.LeidenUniv.nl
Tue, 14 Mar 2000 08:23:59 +0100
> -----Original Message-----
> On Mon, 13 Mar 2000, Andy Heath wrote:
> > <dtml-var imagename>
> >
> > gives me
> >
> > <image src=imagename" width="123" height="456">
> >
> > How can I get other attributes in there (such as BORDER=0).
>
> For images, you can use:
>
> <dtml-var "imagename.tag(border='0')">
>
For me
<image src="imagename" width="123" height="456" border="0">
works fine
cb