dark0s wrote: > With stdout(1) system outputs a lot of symbols without sense.
That's because you're trying to emit the image directly within the table cell. HTML doesn't work like that. You have to reference images with the "<img>" tag and a URL that (when fetched) returns the image data. Randy -- """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" Randy J. Ray Sunnyvale, CA http://www.rjray.org [email protected] Silicon Valley Scale Modelers: http://www.svsm.org _______________________________________________ templates mailing list [email protected] http://mail.template-toolkit.org/mailman/listinfo/templates
