http://wmaraci.com/forum/wp-eklentileri/wordpress-rastgele-yaziya-gitme-eklentisiz-12524.html

sağ alta resim eklemek içinde;

header.php de dan önce



style.css'ye de;

#nonloser a {
position: absolute;
bottom: 0px;
right: 0px;
position: fixed;
text-indent: -1000px;
width: 100px;
height: 85px;
overflow: hidden;
background: url("resim adresi") 0 0 no-repeat;
}



Örneğin resmi sol alta dayayacaksan.. sadece right: 0px i silip left: 0px yapacaksın..

Resmi sağ üste dayayacaksan..bottom: 0px silip top: 0px yazacaksın ve right: 0px olacak..

Resmi sol üste dayayacaksan…top: 0px dururken right: 0px i silip left: 0px yazacaksın..