news_newsitem

Hi

<img src="images/homepage16.jpg" alt="" width="202" height="226" class="left" />
<h2><?php echo $subject;?></strong></h2>
<p><?php echo html_entity_decode($body);?></p>
<p>Posted by <?php echo $postedby;?> on <?php echo $postdate;?></p>

This is what I have in the file “news_newsitem”.

I want to see this or another picture if you post a picture in the “news”. This image should have the following specifications (width=“202” height=“226” class=“left”).

If it is not inserted any image into the news, nothing will happen, other than that the text is posted

Is it possible and which file must I change?

When is it supposed to show up?

Each time someone put out a news and if it then add a picture in the news, so I want that image will automatically be placed to the left and have a given height and width. So I do not risk that someone post a news with an image that is 500x1000…  :

Is it being added through the editor in the admin panel?