wwHtmlHelpers.HtmlImage

Creates an HTML Image tag.

Example:

? HtmlImage("images/home.gif",[ class="hoverbutton"],"imgHome")
* <img src="images/home.gif" class="hoverbutton" id="imgHome" />

? HtmlImage("images/refresh.gif")  
* <img src="images/refresh.gif" />
HtmlImage(lcSrc,lcAttributes,lcId)

Parameters

lcSrc
The URL to the image

lcAttributes
Optional list of attributes embedded into the img tag

lcId
Optional id for the img.


See also:

Class wwHtmlHelpers

© West Wind Technologies, 1996-2022 • Updated: 09/03/16
Comment or report problem with topic