Ok, I figured out why my phone numbers were showing as links. It has
something to do with google voice.
I don't mind it, but the links are showing as blue which throws the color
off.
I have added the following to the css but they still show blue. hover seems
to be the proper color though. Can't figure it out.
www.msdatasystems.com
<style type="text/css">
.logo {
color: ##dddddd;
font-weight: bold;
font-size: 25px;
font-family: Arial Black, Verdana, Arial, Helvetica, sans-serif;
line-height: normal;
margin-top: 200px;
margin-bottom: 100px;
line-height:200%;
}
.logo :link{
color: ##dddddd;
font-weight: bold;
font-size: 25px;
font-family: Arial Black, Verdana, Arial, Helvetica, sans-serif;
line-height: normal;
margin-top: 200px;
margin-bottom: 100px;
line-height:200%;
}
.logo :visited{
color: ##dddddd;
font-weight: bold;
font-size: 25px;
font-family: Arial Black, Verdana, Arial, Helvetica, sans-serif;
line-height: normal;
margin-top: 200px;
margin-bottom: 100px;
line-height:200%;
}
.logo :hover{
color: ##dddddd;
font-weight: bold;
font-size: 25px;
font-family: Arial Black, Verdana, Arial, Helvetica, sans-serif;
line-height: normal;
margin-top: 200px;
margin-bottom: 100px;
line-height:200%;
}
.logo :active{
color: ##dddddd;
font-weight: bold;
font-size: 25px;
font-family: Arial Black, Verdana, Arial, Helvetica, sans-serif;
line-height: normal;
margin-top: 200px;
margin-bottom: 100px;
line-height:200%;
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know
on the House of Fusion mailing lists
Archive:
http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:314727
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm