[FX.php List] [off] Link formatting not working

Bob Patin bob at patin.com
Mon Aug 20 10:21:25 MDT 2012


Okay gurus, tell me why this doesn't make the link red; it changes on the hover, but not when you load the page, which is here:

http://greenhillstherapy.com/test.htm

I'm trying to figure out why, even though my CSS specifies a link color on this site's links, they keep taking on the ugly default purplish color...

Here's my HTML in the test page:

<style type="text/css">
a:link {
	color: #FF0000;
}
a:hover {
	color: #05B6FF;
}
</style>
</head>

<body>
<a href="index.htm">this is a test link.</a>
</body>
</html>

So why doesn't this link show in RED instead of purple?


Bob Patin
Longterm Solutions LLC
bob at longtermsolutions.com
615-333-6858
http://www.longtermsolutions.com
FileMaker 9, 10 & 11 Certified Developer
Member of FileMaker Business Alliance and FileMaker TechNet
--
Twitter: bobpatin
Google+: http://www.longtermsolutions.com/plus
AIM: longterm1954
iChat: bobpatin
--
Expert FileMaker Consulting 
FileMaker Hosting for all versions of FileMaker



More information about the FX.php_List mailing list