加上CSS語法控製

來源: 2004-03-07 04:41:45 [舊帖] [給我悄悄話] 本文已被閱讀:

在<head>和</head>之間加上CSS語法控製:

<style type="text/css">
    a:link    { text-decoration: none; color: #009900 }
    a:active  { text-decoration: none; color: #ee0000 }
    a:visited { text-decoration: none; color: #660066 }
    a:hover   { text-decoration: underline overline; color: #000000}
</style>

改變高亮部分的值將影響鏈接的顏色。