Hoşgeldin Misafir

Smf Forumun Köşesine Bayrak Koymak

MiRaT

13 Kas 2017
2,077 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:
Temanızın index.css'sini açın ve en altına şu kodu ekleyin--



Kod:
#bayrak a {
position: absolute;
top: 0px;
left: 0px;
position: fixed;
text-indent: -1000px;
width: 100px;
height: 100px;
overflow: hidden;
background: url(http://www.siteadresi.com/bayrakresminiz.gif) 0 0 no-repeat;
}

-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:----


---<div id="bayrak"><a href="http://www.siteniz.com/index.php" target="_self"></a></div>-
--

----