Re: Generalising inlined images

Bill Janssen (janssen@parc.xerox.com)
Wed, 6 Oct 1993 20:47:54 PDT


Isn't this what Tim was calling EMBED?

<EMBED HREF="..."> or <EMBED SRC="...">, where the HREF form was used
with URL's, and the SRC form was used with local files (and was
therefore much less portable). Good idea to have EMBED, but Tony is
right in saying that the type should go in that document, not in the
EMBED statement, although I could see a type attribute if the SRC form
were to be used.

Bill