阿宽

Nothing is more powerful than habit!
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Asp.net 一些過期做法

Posted on 2008-05-09 22:38  宽田  阅读(260)  评论(0编辑  收藏  举报

過期:align="center" 
改為:style
="text-align:center"

過期:bgcolor="#ffffff"
改為:style
="background-color: #ffffff"

過期:<table height="480">
改為:
<table style="height: 480; text-align: center" >

過期:<img alt="Image" src="../images/grid/spinner.gif" width="32" border="0">
改為:
<img alt="Image" src="../images/grid/spinner.gif" width="32" style="border:0">