Hmm My only other suggestion is to use Firebug to determine what the CSS is for those links and then to try to override it
If its set up inline, then you can't since you would also have to write it inline and I suspect Google Voice will simply overwrite it. On Thu, Apr 1, 2010 at 10:02 AM, Matthew Smith <[email protected]>wrote: > > The !important did not work. > > Here's a shot: > > http://msdatasystems.com/shot.jpg > > On Thu, Apr 1, 2010 at 5:56 AM, Sandra Clark <[email protected]> > wrote: > > > > > I can't see it on the website, but I'll take your word. > > > > Try adding !important after the color. That will bring up the specificity > > of > > your css. Most likely whatever is changing your numbers to a link, has a > > higher specificity than your stylesheet and is taking precedence. > > > > .logo :link{ > > color: ##dddddd !important; > > } > > > > > > On Thu, Apr 1, 2010 at 7:33 AM, Matthew Smith <[email protected]> > > wrote: > > > > > > > > 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:314743 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm
