Ulrich Gruenebaum writes: > P.S. By the way, I tried to include a picture using > img2html (http://www.afghanhound.org.uk/comp/img2html/) > which converts images into html tables -- you won't
Scary! Another option is to use a data: URL, so that the image data is encoded into the URL itself. Depending on the image, this might even be reasonable (it's best if the image is small!). -Fred -- Fred L. Drake, Jr. <fdrake at acm.org> PythonLabs at Zope Corporation _______________________________________________ latex2html mailing list [EMAIL PROTECTED] http://tug.org/mailman/listinfo/latex2html
