32.3 Omitting graphics from HTML output

To strip all graphics from your document so no tags or references to graphics are included in HTML or XML code, substitute for the graphics a macro that does nothing:

[GraphReplaceMacros]
* = <$$nothing = 1>

The macro must have some content; a simple variable assignment produces no output. You might also need the following setting to eliminate any anchor paragraphs for the graphics:

[Graphics]
GraphWrapPara = No

See also:

§32.4.2 Replacing or surrounding a graphic with macro code

§32.4.3 Omitting paragraph tags around graphics

Previous Topic:  32.2 Specifying options for HTML graphics

Next Topic:  32.4 Selecting and modifying graphics

Parent Topic:  32. Including graphics in HTML

Sibling Topics:

32.1 Locating graphics files for HTML

32.2 Specifying options for HTML graphics

32.4 Selecting and modifying graphics

32.5 Positioning graphics in HTML output

32.6 Specifying HTML image attributes

32.7 Providing (or omitting) alternate text for images

32.8 Scaling images for HTML

32.9 Creating image maps for HTML

32.10 Supplying a background image or watermark