Is there a method to change the link color to gray without encountering glitches like on my site, where it mistakenly shows "Quick Nav."?
Click here to view the page with the glitch
I only want this particular link to be bold and not any other links.
Here is the current code:
<script type="text/javascript">
// Popup window code
function newPopup(url) {
popupWindow = window.open(
url,'popUpWindow','height=700,width=800,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=yes,menubar=no,location=no,directories=no,status=yes')
}
</script>
<a style="text-decoration:none;" href="JavaScript:newPopup('<font color="gray">http://onlythebestoftheweb.x10.mx/navigation/quick.html</font>');">Quick Nav.</a>
Also, I'd like to mention that the page is intentionally set to display a 404 error, explaining the glitch.