|
What your doing wrong is what I am pointing out
a tags are already defined globally in the CSS
That global declaration is going to override anything you do
You can only do one of two things
Do as I defined above or you can try deleting the global a href css define and place a a tag define under each separate style class. This might help make less template and file edit work
That way say links in tddetails are this color and links in tdbackground are this color blah blah
|