![]() | ![]() | ![]() | ![]() | ![]() |
This "OL_DOC.DH" tag is used to define the attributes of all images. You will refer to these images in other areas using the alias. tags should be used after this tag.
<$DefineImage Alias="AnAlias" Image="ImageName" [Type=".Extn"]>
The parameters for this tag are:
Note that you must create both the html and ipf versions of the images.
You may need to modify any of the following macros for this tag to either find the image at build time or for the generated html to find the images at runtime:
;--- Define a image --- #define+ OL_DOC_IMAGE_HTML_LOCAL out\ <$DefineImage ALIAS="LISTBOTJ" IMAGE="LISTBOTJ"> ;--- Use a image --- <$DComment "About to refer to image previously defined"> <$p>Here is an inline image <$Image "LISTBOTJ">, it must of course be available or the build will fail.
![]() | ![]() | ![]() | ![]() | ![]() |