Forum Moderators: not2easy
CSS:
a:link {
color: #0ff;
text-decoration: none;
border-bottom: 2px #f00 dotted;
}
<p>This is not a link. <a href="x">This is a link</a> This is not a link.</p>
Note that on older browsers (IE5.x, etc.) they will not display anything under the link.
Something to play with if you think it worth it.