Page is a not externally linkable
madcat - 7:54 pm on Feb 10, 2003 (gmt 0)
a.map:link, a.map:visited a.map:hover Sample HTML links: <a class="map" href="index.html" title="Home">Home</a> --------------------- Actually, it must be a problem within this set of HTML docs, because links are behaving as they should in this new page I'm building. But, these come directly from the source and I still can't see why there would be extra space at the end.
The CSS used:
{
color: #369;
background: #fff;
text-decoration: underline;
font-size: .8em;
}
{
color: #369;
background: #eee;
text-decoration: underline;
font-size: .8em;
}
<a class="map" href="networking/" title="Networking">Networking</a>