Show only images entered via WSYIWYG in News List...

Permalink
How can I change this php (for a News List) so that the description div shows only images I have entered via WYSIWYG? Thanks.

<?php
      <div class="newsflashcontain">   
           <div class="title">
              <?php echo $title ; ?>
           </div>
           <div class="time">
              <?php echo $date ; ?><?php echo $time ; ?>
           </div>
           <div class="description">
            <?php echo $content; ?>
           </div>
      </div>
?>

Cyberdave
 
SVijay replied on at Permalink Reply
SVijay
Hi,

How about a screenshot?
Cyberdave replied on at Permalink Best Answer Reply
Cyberdave
This is the page I am working on.

http://www.davidcunniffe.com/test3...

I need to prevent the red text in the news list on the right not to appear.
SVijay replied on at Permalink Reply
SVijay
Hi,

There is no red text on the news list in this page.