Merhaba arkadaşlar inanın sabahtan beri uğraşıyorum.

şu kodu yazınca resim cuk diye oturuyor fakat ben bu resmi tıklanabilir olmasını istiyorum.

body {
    background-image: url("img_tree.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
}

Bunun gibi bir çok kod buldum fakat bu sefer bu kodla deniyorum bunda resim oturmuyor.(Sadece css kısmını yazıyorum)

kodun tamamı

==CSS==
 
#bkgrdimage {
    background-image:url ('image.png');
    display:block;
    height:??px;       (image height)
    width:??px;        (image width)
    text-indent:-9999px;  
    }
 
==HTML==
 
<a href="http://????" title="Title of Link" id="bkgrdimage">Basic Text For this Link</a>
Lütfen arkadaşlar yardım edebilirmisiniz.