Hi iam a beginner. how to set an image with specific heights and widths and styles in phalcon i used this code
<?php echo $this->tag->image("img/hello.gif"); ?>
and my original html code is
<img src="images/logo.png" style=" margin-top:20px; margin-left:10px; "width="265" height="54">
pls help me