new:moshtml-imageTable of Contents
Usage of moshtml::image1. Function descriptionThis function will write a <img></img> element 2. Function usage2.1. ExampleExample Code $attribs = array('class' => 'main'); echo mosHTML::link('images/stories/articles.jpg', 'Articles', $attribs); 2.2. Parameters
url : string : the url to your image |


