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

Leo R. Lundgren leo at finalresort.org
Mon Aug 20 10:24:15 MDT 2012


I'm guessing because you're only specifying CSS for :link and :hover. Did you try without any :foo and/or with :visited?


20 aug 2012 kl. 18.21 skrev Bob Patin:

> 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
> 
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list



-|



More information about the FX.php_List mailing list