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.
<head>
<style type="text/css">
a.linkcolor:link {
color: #FFFFFF;
}
</style>
</head>
<body>
<a href="whatever.htm" class="linkcolor">Click Here</a>
</body>
<a href="[URL unfurl="true"]http://www.tek-tips.com">go[/URL] to tek-tips</a>
<a href="[URL unfurl="true"]http://www.google.com"[/URL] [!]style="color:green"[/!]>go to google</a>
<style type="text/css">
a {
color:blue;
}
[!]a.greenLink {
color:green;
}[/!]
</style>
<a href="[URL unfurl="true"]http://www.tek-tips.com">go[/URL] to tek-tips</a>
<a href="[URL unfurl="true"]http://www.google.com"[/URL] [!]class="greenLink"[/!]>go to google</a>