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: #FF0000} /* unvisited link */
a:visited {color: #00FF00} /* visited link */
a:hover {color: #FF00FF} /* mouse over link */
a:active {color: #0000FF} /* selected link */
<a href=" [URL unfurl="true"]http://www.example.com"[/URL] class="link">Home</a>
<a href="[URL unfurl="true"]http://www.example.com"[/URL] class="link">Home</a>
td.pagetwo a
{
color:#FFD717;
text-decoration: underline;
}
td.pagetwo a:hover
{
color:#FFD717;
text-decoration: underline;
}
Well Dreamweaver is just another WYSIWYG editor. The code is CSS which most browsers will read / support.kjv1611 said:CoreyBryant, Do you happen to know if that same code can be used with any web development program (say Dreamweaver), or whether it only works within Frontpage?