把字体大小都设置成一样就行了
===========================
<table>
<tr height="21">
<td>
<span class='linkt'>记录数:6425&nbsp;页数:495</span>
<span class='nolink'>9</span>
<span class='nolink'>7</span>
<input type='text' class='linkb' id='currPage' name='currPage' title='跳转至' value='1'>
<span class='link' title='后页' onclick="self.location.href='testTableTag.jsp?currPage=2&mode=1'">8</span>
<span class='link' title='尾页' onclick="self.location.href='testTableTag.jsp?currPage=495&mode=1'">:</span>
</td></tr></table>
<style>
  .linkt{
     HEIGHT:0px;
     COLOR:000000;
  }
  .nolink{
     BORDER:#ECEAEA 1px solid;
     HEIGHT:20px;
 FONT:10px;
     FONT-FAMILY:Webdings;
  }
  .linkb{
     WIDTH:30px;
     HEIGHT:20px;
     PADDING:0px;
     MARGIN:0px;
     TEXT-ALIGN:right;
     FONT:12px Arial;
     COLOR:0000FF;
  }
  .link{
     CURSOR:hand;
     BORDER:#ECEAEA 1px solid;
     HEIGHT:20px;
 FONT:10px;
     FONT-FAMILY:Webdings;
  }</style>