Allows for the creation of an HTML image reference.
Bottom Aligns the image at the bottom of its containing element.
Left Aligns the image at the left of the browser window.
Middle Aligns the image vertically in the middle of its containing element.
Right Aligns the image at the right of the browser window.
Top Aligns the image at the top of its containing element.
For an example of how to create a GIF file from PV-WAVE for inclusion in an HTML document, see the following demonstration:
wavedir/demo/web/html/html_demo.pro
wavedir:[DEMO.WEB.HTML]HTML_DEMO.PRO
wavedir\demo\web\html\html_demo.pro
wavedir
is the main PV-WAVE directory.
TIP: Although HTML_IMAGE has many keywords enabling you to position the image within the containing element or browser window, you can also use the HTML_HIGHLIGHT function to specify any HTML image alignment attribute that is not included as a keyword for HTML_IMAGE. For example, the following line of code can be used to center an image:HTML_HIGHLIGHT(HTML_IMAGE(url), 'CENTER')