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?