I would like to ask how to delete or not show the black border image when I created image on the article page.
How could I do?
Thank you
Jak
* Seeing in my enclose file to make it clearly ** Thank you again
.nobackground .header_bottom {
background: none repeat scroll 0 0 transparent;
padding: 0 !important;
}
CMYKreative wrote:Add a new class to apply to the surrounding div, and then use display:none . . .
<div class="nobackground">
<img alt="AmazonMP3 - Buy Now" src="images/icons/AmazonMP3.gif" width="78" height="22" />
</div
.nobackground div.gkImgBorderBottom>img {
margin:0!important;
padding:0!important;
background:none;}
.nobackground .gkImgBorderTop,
.nobackground .gkImgBorderBottom {
background-image: none; }