I have tried to insert the png file "formula.png" into a web page using the following file: " test3.ijs".
This did not work. However when I simply changed the extension to "formula.jpg" it worked. Am I doing something wrong with the png file ?. I would like to be able to insert the png files. NB. File : test3.ijs coclass 'test3' coinsert 'jhs' HBS=: 0 : 0 '<img alt="png Not Found" src="~Projects/finexec/calculators/formula.png"></img>' jhhr '<img alt="png Not Found" src="~Projects/finexec/calculators/formula.jpg"></img>' jhhr ) jev_get=: create create=: 3 : 0 'test3'jhr'' ) Regards Bill Szuch ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
