加上CSS語法控製


在<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>

改變高亮部分的值將影響鏈接的顏色。
請您先登陸,再發跟帖!