Hi,
I have rounded buttons added in my post.
My HTML code for it is: <img src="image link" border="none" width="40" hspace="2">
@facebook profile link, I have my profile link added and @image link, I have link to the image stored under Media.
Though these buttons are circular like a small tablet, they have ugly grey colored rectangle around them, I tried border="0", but it didn't work.
Also tried couple of existing solutions such as adding following code to my CSS:
but its not working:
img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 0;
}
p img, .wp-caption {
margin-top: 0;
}
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
border: none;
}
Please help me on this.
Thanks