No underline

<a href="https://somedomain.com" style="text-decoration:none;">

Add margins


<a href="https://somedomain.com" style="margin-right:10px">

Use normal font colour

a {
  text-decoration:none;
  color:inherit;
}
a:hover {
  text-decoration:underline;
  color:inherit;
}
Feel free to comment if you can add help to this page or point out issues and solutions you have found. I do not provide support on this site, if you need help with a problem head over to stack overflow.

Comments

Your email address will not be published. Required fields are marked *