İmzaya Resim Koymayı Engellemek
Temanızın style.css dosyasını açın..
Bul:
/* All the signatures used in the forum. If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
width: 100%;
overflow: auto;
padding-bottom: 3px;
line-height: 1.3em;
}
Altına ekle:
.signature img
{
display: none;
}
Bir
[Unknown] yapımıdır..
Orjinal Konu