The IMG Tag

    Syntax: {IMG::webroot::fileroot::filename::other_HTML_attributes}
    Function: returns a complete HTML IMG tag with the HEIGHT and WIDTH of the specified picture.
    Example:

    {IMG:: http://www.delec.com/::w:\www\::is/products/images/prep.gif::NOBORDER}

    returns:
    <IMG SRC="http://www.delec.com/is/products/images/prep.gif" HEIGHT="378" WIDTH="417" NOBORDER>

Back