تغییر رنگ لینکها (كد جاوا):
کد:
<style
type="text/css">
A:link {text-decoration:none;color:red}
A:visited {text-decoration:none;color:red}
A:active {text-decoration:none;color:red}
A:hover {color: black;}
// hover only works in ie
</style>
<!--www.iranjoman.com -->