<!--要完成此效果需要兩個步驟 第一步:把如下代碼加入到<head>區域中--> <STYLE type=text/CSS> .font1 {COLOR: #333333; FILTER:DropShadow(Color=#cccccc, OffX=4, OffY=4, Positive=1); FONT-FAMILY: "宋體"; FONT-SIZE: 11pt } A:hover {TEXT-DECORATION: underline} A {TEXT-DECORATION: none}</STYLE> <!--第二步:把如下代碼加入到<body>區域中--> <br> <TABLE align=center class=font1 width="95%"> <TR> <TD height=18> <DIV align=center><A href="#" target=_blank>鏈接文字</A></DIV></TD> <TD height=18> <DIV align=center><A href="#" target=_blank>鏈接文字</A></DIV></TD> <TD height=18> <DIV align=center><A href="#" target=_blank>鏈接文字</A></DIV></TD> <TD height=18> <DIV align=center><A href="#" target=_blank>鏈接文字</A></DIV></TD></TR> </TABLE>