例如以下網頁
FASHIONGUIDE眼鏡討論區
在話題以下的部分,他的原始碼是這樣的模式:
代碼:
<a href="該主題頁面網}"><tr style="cursor:hand" bgcolor="#ffffff" id="tr1" onmouseover="this.style.backgroundColor='#f9f9f9'" onmouseout="this.style.backgroundColor='ffffff'"><td valign="top"><img src="/Forum/Img/Mark0.gif"></td><td width="100%" style="color:'#000000'" onmouseover="this.style.color='#800000';this.style.textDecoration='underline'" onmouseout="this.style.color='#000000';this.style.textDecoration=''">主題名稱</td><td width="0" nowrap align="center">1</td><td width="0" nowrap>留言時間</td></tr></a>
我在Linux用Firefox 0.8、Mozilla 1.8a、Netscape 7.1看的情形是,
滑鼠經過會變色,但都無法開啟連結。
我想請問一下,
他這種<a><tr>~~</tr></a>的語法是正確的嗎?
第一次發問,寫得不好,請大家見諒
