I want to have a border on the friends pictures, but it puts a border around that ONLINE NOW image too. It looks ugly as sin!
Here's my code for the border;
CODE
/*FRIENDS PICTURES BORDER*/
table.friendSpace img{
width:80px;
height:auto;
border: 5px;
border-color: 3c4a46;
border-style: solid;
}
table.friendSpace img{
width:80px;
height:auto;
border: 5px;
border-color: 3c4a46;
border-style: solid;
}
Thanks!