Jump to content United States-English
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
More options
HP.com home
HP Help System Developer's Guide > Chapter 11 HelpTag Markup Reference

<graphic>

» 

Technical documentation

Complete book in PDF
» Feedback
Content starts here

 » Table of Contents

 » Glossary

 » Index

Inline graphic

Used for inserting a graphical element within a line of text.

Syntax. 

   <graphic entity=name>

Where:

name

An entity name which is defined in an entity declaration. The entity declaration associates the entity name with the name of the file that contains the graphic to be inserted.

The <graphic> element is similar to <figure> except that the <graphic> element is intended for embedding small graphics within text, whereas the <figure> element inserts figures between paragraphs.

Examples:  The following markup first defines an entity (mini-icon) as being associated with the contents of a graphics file (named "mini.pm"). Then the <graphic> element indicates the location of the graphic within a line of text.

   <!entity mini-icon FILE "mini.pm">

      .

      .

      .

   The <graphic entity=mini-icon> icon 

   is used for very small images.

The following markup defines the inline graphic as a hyperlink to a topic whose ID is mini-icon-topic:

   The <link mini-icon-topic><graphic entity=mini-icon><\link> icon 

   is used for very small things.

See Also. 

Printable version
Privacy statement Using this site means you accept its terms Feedback to webmaster
© 1988 Hewlett-Packard Development Company, L.P.