<style>
div.c{width:750px;}
div.left{float:left;width:200px;height:100px;margin:5px;border:1px solid #333;}
div.center{float:left;width:200px;height:100px;background:#ccc;margin:5px;border:1px solid #333;}
div.right{float:left;width:200px;height:100px;margin:5px;border:1px solid #333;}
</style>
<div class="c">
<div class="left">左边</div>
<div class="center">中间斯大<a href="#">加个超连接试试</a>刻法急口令地方</div>
<div class="right">右边</div>
</div>