Smf Forumun Köşesine Resim veya Bayrak Koymak

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

Çevrimdışı D®agon

  • Ezberletmez Öğretir
  • *******
  • Join Date: Mar 2008
  • Yer: Ankara
  • 11650
  • +524/-0
  • Cinsiyet: Bay
    • Arif Hocam
Smf Forumun Köşesine Resim veya Bayrak Koymak
« : 02 Şubat 2017, 11:46:21 »
Kullandığınız temanızın [b]index.css[/b]'sini açın ve en altına aşağıdaki kodu ekleyin:

[code]#bayrak a {
position: absolute;
top: 0px;
left: 0px;
position: fixed;
text-indent: -1000px;
width: 100px;
height: 100px;
overflow: hidden;
background: url(http://www.uyanangenclik.com/Themes/uyanangenclik/images/10.gif) 0 0 no-repeat;
}[/code]

Bu kodu ekledikten sonra temanızın index.template.php dosyasınını açın ve <head> kodunun üstüne aşağıdaki kodu yapıştırın:

[code]<div id="bayrak"><a href="http://www.uyanangenclik.com/index.php" target="_self"></a></div>[/code]

Koddaki site adını kendinize göre düzenlemeyi unutmayın.
Kolay gelsin...