Randy J. Ray wrote:
> 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.

Actually HTML *can* work kinda like that if you use a data URI.  It's 
not very common due to inconsistent browser support.  Would make a nifty 
plugin though...

_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to