(13-05-2016, Saat:20:54)DevAdam Adlı Kullanıcıdan Alıntı: Bende Böyle Kodladım
Kod:
<br />
<center>
<div id="menubar"><div id="baslik">{$attachment['filename']}</div>
<a href="attachment.php?aid={$attachment['aid']}"><img src="http://i.hizliresim.com/VaZZYr.png" id="down"></a>
<div id="icon">{$attachment['icon']}</div>
</div>
<div id="menubar2">
<div id="boyut">Dosya Boyutu : {$attachment['filesize']} İndirme Sayısı : {$attachment['downloads']} </div>
</div>
<div id="allright">www.torrentmarketi.com</div>
</center>
<style>
#boyut {
color:#000;
font-size:12px;
font-weight: bold;
}
#baslik {
color:#fff;
font-size:15px;
}
#allright {
background:transparent;
color:#0066a2;
font-size:10px;
width:706px;
font-family:tahoma;
border-bottom:1px solid #dfe8ee;
border-right:1px solid #dfe8ee;
border-left:1px solid #dfe8ee;
}
#menubar {
background:#0066a2;
width:602px;
height:26px;
}
#menubar2 {
background:transparent;
border:1px solid #dfe8ee;
width:600px;
height:22px;
}
#down {
top:-21px;
border:1px solid #dfe8ee;
position:relative;
left:53px;
width:48px;
height:48px;
float:right;
}
#icon {
top:-21px;
border:1px solid #dfe8ee;
position:relative;
right:53px;
width:48px;
height:48px;
float:left;
}
</style>
Bunu sen kodladığına eminmisin verilen örnektekiyle arasında pek bi fark göremedim


