Quote:
Originally Posted by fris
set a class for the ones you want with a border
|
i did and it didn't work
i went
a pic{
border: 3px;
color: #FFF;
}
then class="pic" on the image
didn't work, did i do it wrong?
i fixed it by taking out the a img {border: none} - and put border: none on the id's that needed them and that let me add my border style to the image i wanted to have the border on.