1. <div style="overflow: hidden;">
  2.           <div style="border: 0px solid #000; float: left; width: 430px;">
  3.             <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
  4.             <?php print substr($node->content['body']['#value'], 0, 200);?>
  5.             <a href="<?php print $node_url ?>" title="read more">read more</a>
  6.           </div>
  7.           <div style="border: 1px solid #000; float: right;">
  8.             <?php print $node->field_news_image[0]['view']; ?>
  9.           </div>
  10.         </div>