i placed the images styling tag into my CSS to gie my image a border by using this
img {
margin: 5px;
padding: 10px;
border: solid black 1px
}
but it puts images around every single one of my images including my header and my smilies which i don't want!!
How do i get rid of the border on my header and smilies??
Sumone please help im so frustrated with this ><''