I am using this for my image border but i am also using the image headlines plug in...is there a way to have the image border around the images but not the titles :) thanks
a img {
border:solid 1px black;
position: center;
background: #Fff;
padding: 2px;
margin: 2px}
}
Yes
html tags are hierarchical
and so
# header a img isn't the same as
#sidebar a img oder h2 img
find out which html tag is above your titles
and i.e.
#content h2 img border none
lg
Monika
thanks :) it took me a while to figure it out (since im still very new to this) but i got it, out of curiosity anyone know if there is a way to prevent smilies from having borders on them :) thanks
Oh I had trouble with my smilies being bordered too. I added this to my stylesheet and it worked for me:
img.wp-smiley {
border:none;
margin:0;
padding:0;
}