Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipX.Lib v1.2 - <b>image()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Image()
Returns/writes HTML Image tag <IMG ... >
---------------------------------------------------------------------

Syntax:

  Image( <cSrc>, <cAlt>, [<cAttr>] )  --->  cString

Arguments:

  <cSrc> is a character string URL of the image file.

  <cAlt> is a character string to display on mouseover or
  if the image cannot be found.

  [<cAttr>] is a character string of other IMG tag attributes.

Returns: A character string consisting of the generated HTML tag.

Description:

  Generates IMG tag to display image files on the page.

  The generated string is always returned. The string will be written
  to standard-out depending on the value of StopWrite().
  The default StopWrite() value is FALSE. Setting the StopWrite() value
  to TRUE will suspend the write to standard-out.

Examples:

  Image( "../images/ClipXads.jpg", "It's Me!" )

Alternate:

  htmlWrite( '<IMG SRC="Your Image URL" ALT="Your alt message">' )

Files: Library is ClipX.Lib

Online reference:  Mikodocs Guide To HTML - IMG tag

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson