Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
A:link
{
color: #233e97;
font-family: Arial, Verdana;
text-decoration: none;
}
A:visited
{
color: #233e97;
font-family: Arial, Verdana;
text-decoration: none;
}
A:active
{
color: #233e97;
font-family: Arial, Verdana;
text-decoration: none;
}
A:hover
{
color: #233e97;
font-family: Arial, Verdana;
text-decoration: underline;
}
<html>
<head>
<style type="text/css">
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<a href="[URL unfurl="true"]http://www.tek-tips.com/">Link</a>[/URL]
</body>
</html>