Introduction
  Publishing web pages
  RXML
  Information tags
  String tags
  Variable tags
  URL tags
  If tags
  Graphics tags
    <gtext>
    <diagram>
    <gclock>
    <pimage>
    <imgs>
    <config_tablist>
  Database tags
  LDAP
  Programming tags
  SSI tags
  Image maps
  IntraSeek
  LogView
  Templates
  Navigation
  SiteBuilder tags
  Supports system
  Security
  Appendix
 
<imgs> Main RXML parser

 

Works like an <img> tag where the server automatically sets the width and height attributes. That way, the page will be rendered faster by the browser while no information about the image is hard-coded into the page. If the image changes size, so will the width and height attributes. The server will read the first bytes of the image file to determine its size.

<imgs> can determine this image dimensions of JPEG, GIF and PNG images.

 

Attributes

The <imgs> takes the same attributes as the <img> tag.

 

Example


<source preparse>
<imgs src="/internal-roxen-err_1">
</source>

<img src="/internal-roxen-err_1" height=14 width=14>