<table width=800 id="search" style="display:" align="center"> 
<tr> 
<td align="left"  colspan="2">
<?echo "请输入查询的文件名:";?>
<input type="text" id="file_name"  size="60" ></input>
<!--<button id="search_name" name="serach_name" value="" onclick="return "  >查询</button> --><a href="search_history.php?searchname=" onclick="return search_check(this)">查询</a></td></tr>
<tr><th id="fixed_right "scope="col" width="50" onmousemove="this.style.cursor='pointer'"><div align="center">文件名</th>
<th width=100  scope="col" onmousemove="this.style.cursor='pointer'"><div align="center">发布时间</div></th>
<th width=100 scope="col" onmousemove="this.style.cursor='pointer'"><div align="center">任务名称</div></th>
<tr>
<td id="fixed_right" align="center" ><?php echo hebrevc($data_file[0]);?></td>
<td align="center"><?php echo $data_file[1];?></td>
<td align="center"><?php echo $data_file[2];?></td>
</tr>
<?php
}
}
?>
</tr>
</table><tr>
<td id="fixed_right" align="center" ><?php echo hebrevc($data_file[0]);?></td>
<td align="center"><?php echo $data_file[1];?></td>
<td align="center"><?php echo $data_file[2];?></td>
</tr>是一个循环,怎么将这三列或者一列的宽度固定啊,我新手啊,用CSS总是实现不了