縮小單距
在form標籤中插入form style="margin:0px;"
CSS
--------------------------
--------------------------
<style type="text/css">
</style>
----------------------------------------------
</style>
----------------------------------------------
HTM
<td style="word-break:break-all" >
<td style="word-break:break-all" >
破圖導向
<img src="image.abc.com/pic/show.jpg" onerror='this.src="http://www.abc.com/pic/show.jpg";'>
TD滑鼠滑過換色
<tr onmouseover="this.style.backgroundColor='#F5E4FA';" onmouseout="this.style.backgroundColor='';">
手掌游標
可定義在各標籤內,加上以下,滑鼠滑過後即會出現手掌
style='cursor:hand;'
圖片&button要用
style="cursor:pointer"