You are here: More Information > Special Tasks
Special Tasks
Technical Reference
> Documenting without Editor > Formatting Comments > Text Formatting > Image Tag
Close
Doc-O-Matic 10
Image Attributes Examples
  • 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.
Copyright © 2000-2020 toolsfactory software inc. All rights reserved.