Scribe to HTML: Imbedded Graphics

Producing HTML Documents with Scribe

(Prev) (Next)

4. Imbedded Graphics

The HTML library allows the @graphic command to be used. The only two parameters that are used are URL, which specifies the URL of the graphic to display, and ALIGN, which can be either TOP or BOTTOM, and controls how the image is aligned with the text. Other parameters, used for other devices (such as PostScript), are ignored. Here are two examples:

@graphic[url="/digital/pics/logo.gif", align=top]:

@graphic[url="/digital/pics/logo.gif", align=bottom]:

Note that, for PostScript output, the align parameter has no effect, as is obvious here.


Copyright (C) 1993, 1994 Digital Equipment Corporation
Glenn Trewitt, trewitt@pa.dec.com