14 Mar
2000
14 Mar
'00
7:23 a.m.
-----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