For information:
Frank wrote me a mail, too.
I will answer here.
Your template should look like:
<img src="<tmpl_var name='bild'>" width="251" height="357" border="0" alt="">
and your PHP-script like this:
$tmpl->setVar(bild, "http://url/bild.gif");
---
You forgot the " in your src="
and I would not use
alt=""
if it's empty.
Note: If you use Frontpage or Dreamweaver I would use
{tmpl_var name='bild'}
Best regards,
Claus