I've been trying to remove the underline under links inside the table by adding this to styles.css:
[please mark any code - up to 10 lines - using the code button]
#table {
margin:0;
background-color: #ff0000;
}
#table a{
color:#FF0000;
text-decoration:none;
}
#table a:hover{
text-decoration: underline;
}
It's not working. There's no table code in my theme so I added that code after researching on ways to remove the underline inside tables.
So what am I doing wrong?
If you wanna look at my stylesheet, here it is:
[CSS code moderated - please post a link to your site]