Forum'da ara:
Ara


Yazar Mesaj
Mesaj04.11.2011, 22:07 (UTC)    
Mesaj konusu: bu kodu ayirana .... adam denir :D

Kod:
<style type="text/css">
.yeniyazi{
   width: 694px;
   height: 280px;
   background:url(http://img.webme.com/pic/b/bs-aktif/bs-dunya.png);
   float: left;
}
 
.baslikk{
   width: 543px;
   height: 24px;
   font-size: 24px;
   font-weight: bold;
   color: #333;
   float: right;
   font-family:Verdana, Geneva, sans-serif;
   margin: 13px 17px 0 0;
}
 
.ressim{
   width: 200px;
   height: 200px;
   float: left;
   margin: 15px 0 0 10px;
}
 
.yyazi{
   width: 325px;
   height: 200px;
   float: right;
   margin: 15px 25px 0 0;
   font-family:Verdana, Geneva, sans-serif;
   font-size: 12px;
   color#333;
   line-height: 20px;
}
 
.soltaraf{
   width: 100px;
   height: 200px;
   float: left;
   margin: 32px 0 0 27px;
   font-family: Verdana, Geneva, sans-serif;
   font-weight:bold;
   font-size: 12px;
   color: #333;
}
 
.soltaraf a{
   color:#A00;
   text-decoration: none;
}
 
.yeniyazi .baslikk a {
   color: #333;
   text-decoration: none;
}
</style>
<div class="yeniyazi">
<div class="soltaraf">
<table width="96" border="0" cellpadding="0" cellspacing="0">
    <tbody>
        <tr>
            <td style="font-size: 12px; font-weight: bold;" width="86" height="27">Katagori</td>
        </tr>
        <tr>
            <td width="86" height="36">&nbsp;</td>
        </tr>
        <tr>
            <td style="font-size: 12px; font-weight: bold;" width="86">Tarih</td>
        </tr>
        <tr>
            <td height="47">&nbsp;</td>
        </tr>
        <tr>
            <td style="font-size: 12px; font-weight: bold;"><a href="#">Yorum Yaz</a></td>
        </tr>
        <tr>
            <td height="46">&nbsp;</td>
        </tr>
        <tr>
            <td style="font-size: 12px; font-weight: bold;"><a href="#">Devamini Oku</a></td>
        </tr>
    </tbody>
</table>
</div>
<div class="baslikk"><a href="#">Yazi Basligi</a></div>
<div class="ressim"><img alt="" src="http://img.webme.com/pic/b/bs-aktif/resim.png" /></div>
<div class="yyazi">Yazi Buraya Gelecek.</div>
</div>
 
Mesaj04.11.2011, 22:08 (UTC)    
Mesaj konusu:

1) Lütfen başlık konu ile alakalı olsun...
2) Kod zaten düzgün... Sadece ekleyip düzenlemelisiniz...
Mesaj04.11.2011, 22:19 (UTC)    
Mesaj konusu:

ayrıca yine kaynaktan (ç)alınan bir tasarım Twisted Evil
______________

Mesaj04.11.2011, 22:21 (UTC)    
Mesaj konusu:

energy26 yazmış:
ayrıca yine kaynaktan (ç)alınan bir tasarım Twisted Evil


Dikkat etmemişim ona Rolling Eyes
Mesaj04.11.2011, 22:23 (UTC)    
Mesaj konusu:

pardon sözümü geri alıyorum bu bir blog sayfasıymış ta eğer o site paylaşmışsa direk olarak kullanabilirsiniz ama paylaşmadıysa lütfen izin alın.
______________

Mesaj05.11.2011, 08:12 (UTC)    
Mesaj konusu:

Bs-aktif.tr.gg blog anasayfasi diye bisi war css ile dier kodu ayiramadim
Mesaj05.11.2011, 08:24 (UTC)    
Mesaj konusu:

Css kodu kısmına
Kod:
<style type="text/css">
.yeniyazi{
   width: 694px;
   height: 280px;
   background:url(http://img.webme.com/pic/b/bs-aktif/bs-dunya.png);
   float: left;
}
 
.baslikk{
   width: 543px;
   height: 24px;
   font-size: 24px;
   font-weight: bold;
   color: #333;
   float: right;
   font-family:Verdana, Geneva, sans-serif;
   margin: 13px 17px 0 0;
}
 
.ressim{
   width: 200px;
   height: 200px;
   float: left;
   margin: 15px 0 0 10px;
}
 
.yyazi{
   width: 325px;
   height: 200px;
   float: right;
   margin: 15px 25px 0 0;
   font-family:Verdana, Geneva, sans-serif;
   font-size: 12px;
   color#333;
   line-height: 20px;
}
 
.soltaraf{
   width: 100px;
   height: 200px;
   float: left;
   margin: 32px 0 0 27px;
   font-family: Verdana, Geneva, sans-serif;
   font-weight:bold;
   font-size: 12px;
   color: #333;
}
 
.soltaraf a{
   color:#A00;
   text-decoration: none;
}
 
.yeniyazi .baslikk a {
   color: #333;
   text-decoration: none;
}
</style>



Tabloyu yerleştireceğiniz yere ekleyeceğiniz kod;
Kod:
<div class="yeniyazi">
<div class="soltaraf">
<table width="96" cellspacing="0" cellpadding="0" border="0">
    <tbody>
        <tr>
            <td width="86" height="27" style="font-size: 12px; font-weight: bold;">Katagori</td>
        </tr>
        <tr>
            <td width="86" height="36">&nbsp;</td>
        </tr>
        <tr>
            <td width="86" style="font-size: 12px; font-weight: bold;">Tarih</td>
        </tr>
        <tr>
            <td height="47">&nbsp;</td>
        </tr>
        <tr>
            <td style="font-size: 12px; font-weight: bold;"><a href="#">Yorum Yaz</a></td>
        </tr>
        <tr>
            <td height="46">&nbsp;</td>
        </tr>
        <tr>
            <td style="font-size: 12px; font-weight: bold;"><a href="#">Devamini Oku</a></td>
        </tr>
    </tbody>
</table>
</div>
<div class="baslikk"><a href="#">Yazi Basligi</a></div>
<div class="ressim"><img alt="" src="http://img.webme.com/pic/b/bs-aktif/resim.png" /></div>
<div class="yyazi">Yazi Buraya Gelecek.</div>
</div>

______________
Mesaj05.11.2011, 18:03 (UTC)    
Mesaj konusu:

saol
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu