在TD上添加链接的样式

< style >
td a, 
td a:link
{font-size: 12px;color: #0028AC;text-decoration: none;line-height: 16px;}
td a:visited 
{font-size: 12px;color: #0028AC;text-decoration: none;line-height: 16px;}
td a:active 
{font-size: 12px;color: #0028AC;text-decoration: underline;line-height: 16px;},   
td a:hover 
{font-size: 12px;color: #0028AC;text-decoration: underline;line-height: 16px;}
style >
< tr >
   
< td  align ="center"  height ="30" >
     
< href ="http://blog.csdn.net/sy_litao/" > 我的空间 a >
  
td >
tr >
 

你可能感兴趣的:(HTML和CSS)