Or even <img src="images/imgname" border=0 alt="blah"> ----- Original Message ----- From: Martijn Pieters <mj@antraciet.nl> To: Andreas Kostyrka <andreas@mtg.co.at>; Arnaud Lecat <lecat@hexanet.fr> Cc: ZOPE <zope@zope.org> Sent: Thursday, August 19, 1999 10:52 AM Subject: Re: [Zope] Simple question
At 10:42 19/08/99 , Andreas Kostyrka wrote:
On Thu, 19 Aug 1999, Arnaud Lecat wrote:
Hi
I've made an "images" directory like this
/ |_ images |_ news |_ etc.... Just write <dtml-var imagename> or <dtml-var "imagename.tag(border=0,alt='TEST ALT text')">
That wasn't the question, Andreas.=)
What he wants is this:
<dtml-with images><dtml-var imagename></dtml-with>
which will get him the object named imagename from the folder named images.
-- Martijn Pieters, Web Developer | Antraciet http://www.antraciet.nl | Tel: +31-35-7502100 Fax: +31-35-7502111 | mailto:mj@antraciet.nl http://www.antraciet.nl/~mj | PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149 ------------------------------------------
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )