<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/URL]
<html>
<head>
<title>Untitled</title>
<style>
a {
text-decoration: none;
border-bottom: 1px solid blue;
padding-bottom: 5px;
}
</style>
</head>
<body>
<p style="height: 60px;">
<a href="#">my link goes here</a>
</p>
</body>
</html>