I believe the problem with http://www.jsoftware.com/papers/innerproduct/sparse1.htm
is in <pre><font size=+3 face="APL385 Unicode"> If the face had not been specified, there would be no problem. Since the face was specified, you get some arbitrary default browser font on machines without this font. The simplest cure would be to remove the face attribute, but this might result in rendering inconsistencies between pages. An alternative cure might be to specific an alternative font face for browsers without APL385. Perhaps face="APL385 Unicode,Courier" Or perhaps something more elaborate... (Personally, I have had no problems with the rendering of APL characters, and I do not have the APL385 font installed. But I do not know what this means in terms of font faces.) FYI, -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
