给那一列加个CSS,用CSS可以解决.给个CSS的例子.<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title><style>
body {font-family: Verdana, Arial, Helvetica, sans-serif;color:#040;margin:0px;}
img{border:0px;}
a{color: #040;text-decoration: none;}
#url{border:1px solid #465sdf;width:200px;}
.list{list-style-type: none;overflow:hidden;white-space:nowrap;}
.lista{overflow:hidden;white-space:nowrap; width:50px;}
</style>
</head><body><div id="url">
<div class="list"><a href="/fwqg/390.html" target=_blank>111111</a></div>
<div class="list"><a href="/fwqg/389.html" target=_blank>2222</a></div>
<div class="lista"><a href="/fwqg/388.html" target=_blank>111111114111111111111111111111111111111111111111</a></div>
</div>
</body>
</html>