You are here:
More Information
Getting Started
Creating Documentation
Building Output
AutoDoc and Formatting
Interface Components
More Information
Glossary
>
Special Tasks
Special Tasks
Technical Reference
FAQ
Getting Technical Support
>
Documenting without Editor
File and Parsing Options
Comment Finding
Adjusting Doc-O-Matic
Comment Handling
Documenting without Editor
>
Formatting Comments
Describing In or Off-Source
Creating Generic Topics
Formatting Comments
Topic Structure
Property Tags
>
Text Formatting
Text Formatting
>
Image Tag
Character and Paragraph Formatting Tags
Code Blocks
Headings
Lists
Table Tags
Image Tag
Color and Label Tag
Including External Files and HTML Code
Link Tag
Close
Doc-O-Matic 10
Contents
Index
Glossary
Home
Image Attributes Examples
Image Tag
To show image
MyClass
on the left side of a paragraph, type the following tag at the beginning of a paragraph:
<image MyClass,float> <img name= "MyClass" " float="yes" />
To link image
MyClass
to topic
MyTopic
type the following tag:
<image MyClass,,MyTopic> <img name= "MyClass" target= "MyTopic"/>
To display the alternate hint text
The architecture for MyClass
in HTML instead of the image name type the following tag:
<image MyClass,,,The architecture for MyClass>. <img name= "MyClass" text= "The architecture for MyClass" />
If you do not enter a hint text the name of the graphic appears as hint text in HTML.