Forum'da ara:
Ara


Yazar Mesaj
Mesaj08.06.2009, 09:16 (UTC)    
Mesaj konusu:

Free tasarım Kullanmaya Karar Verdim..

Arkadaşlar Sizce O Adresteki Tasarımlar Arasında Hangisi Daha Kullanışlı ??
Mesaj08.06.2009, 09:23 (UTC)    
Mesaj konusu:

Question Question Question
______________
Mesaj08.06.2009, 09:23 (UTC)    
Mesaj konusu:

Mesaj08.06.2009, 09:23 (UTC)    
Mesaj konusu:

wowww süper Smile Smile
______________
Mesaj08.06.2009, 09:26 (UTC)    
Mesaj konusu:

veriyim istiosan kodunu..
______________
Mesaj08.06.2009, 09:30 (UTC)    
Mesaj konusu:

maximumtest yazmış:
veriyim istiosan kodunu..


İyi Olur =)
______________
Mesaj08.06.2009, 09:46 (UTC)    
Mesaj konusu:

Tasarim Hf De Vardir Ordan Al
______________


TÜRK e KeFeN BiÇeNiN öLüMü KoRKuNÇ oLuR!!!!!!!!!
Mesaj08.06.2009, 09:51 (UTC)    
Mesaj konusu:

Ben Yinede Paylasiyim....


Kod:
<div id="header">
   <div id="logo">
      <h3><a href="#">SnowGlass</a></h3>
      <h4>By <a href="http://www.nodethirtythree.com/">NodeThirtyThree</a> + <a href="http://www.freecsstemplates.org/">Free CSS Templates</a></h4>
   </div>
   <div id="menu">
      <ul>
         <li class="active"><a href="#" accesskey="1" title="">Home</a></li>
         <li><a href="#" accesskey="2" title="">Archives</a></li>
         <li><a href="#" accesskey="3" title="">About</a></li>
         <li><a href="#" accesskey="4" title="">Contact</a></li>
      </ul>
   </div>
</div>
<hr />
<div id="page">
   <div id="bg">
      <div id="conttent">
         <div class="post" style="padding-top: 57px;">
            <h4 class="title">Welcome to Snowglass 1.0!</h4>
            <h5 class="date">Friday, July 6, 2007</h5>
            <div class="entry">


Tasarim Alti

Kod:
</div>
            <p class="meta"></p>
         </div>
         </div>
      <!-- end contentn -->
      <div id="sidebar">
         <div id="about-box">
            <h4>About this Site</h4>
            <p>Quisque eu sem sed lacus tincieu, consectetuer et eget, tempus eget dolore. Blandit sed etiam dolore nullam dolore.</p>
         </div>
         <ul>
            <li>
               <h4>Categories</h4>
               <ul>
                  <li class="first"><a href="#">Lorem ipsum dolor</a></li>
                  <li><a href="#">Sit amet nullam</a></li>
                  <li><a href="#">Donec felis duis</a></li>
                  <li><a href="#">Eget tempus lorem</a></li>
                  <li><a href="#">Veroeros consequat</a></li>
                  <li><a href="#">Nullam blandit</a></li>
                  <li><a href="#">Tempus aliquam </a></li>
               </ul>
            </li>
            <li>
               <h4>Links</h4>
               <ul>
                  <li class="first"><a href="#">Neque bibendum</a></li>
                  <li><a href="#">Donec diam</a></li>
                  <li><a href="#">Eget tempus lorem</a></li>
                  <li><a href="#">Veroeros consequat</a></li>
                  <li><a href="#">Neque bibendum</a></li>
                  <li><a href="#">Donec diam etiam</a></li>
                  <li><a href="#">Tempus sed aliquam</a></li>
                  <li><a href="#">Nullam blandit</a></li>
               </ul>
            </li>
         </ul>
      </div>
      <!-- end sidebar -->
      <div style="clear: both;">&nbsp;</div>
   </div>
</div>
<!-- end page -->
<hr />
<div id="footer">
   <p>(c) 2007 YourSite.com. All rights reserved. Design by <a href="http://www.nodethirtythree.com/">NodeThirtyThree</a> and <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.</p>
</div>


Css Kod

Kod:
h1#title{display: none;}
h2#title span {display: none;}
div.header{display: none;}
li.nav_element{list-style-type: none;}
li.nav_element{display: none;}

/*
Design by NodeThirtyThree <http://www.nodethirtythree.com>
Published by Free CSS Templates <http://www.freecsstemplates.org/>
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
   margin: 0;
   padding: 0;
   background: #F4FBFF url(http://www.freecsstemplates.org/templates/previews/snowglass/images/img01.jpg) repeat-x;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 14px;
   color: #405A67;
}

h3, h4, h5 {
   margin: 0;
   font-weight: normal;
   color: #4F6977;
}

h3 {
   letter-spacing: -1px;
   font-size: 44px;
}

h4 {
   font-size: 28px;
}

h5 {
   font-size: 16px;
}

p, ul, ol {
   margin: 0 0 1.5em 0;
   line-height: 1.5em;
   text-align: justify;
}

p {
}

blockquote {
   font-style: italic;
}

ul {
}

ol {
}

a {
   color: #38B5F1;
}

a:hover {
   text-decoration: none;
}

small {
}

hr {
   display: none;
}

img {
   border: none;
}

img.left {
   float: left;
   margin: 0 15px 0 0;
}

img.right {
   float: left;
   margin: 0 0 0 15px;
}

/* Header */

#header {
   width: 954px;
   height: 183px;
   margin: 0 auto;
   margin-top: -31px;
   background: url(http://www.freecsstemplates.org/templates/previews/snowglass/images/img02.jpg);
}

/* Logo */

#logo {
   float: left;
}

#logo h3, #logo h4 {
   float: left;
   text-transform: lowercase;
   color: #FFFFFF;
}

#logo h3 {
   padding: 115px 0 0 50px;
   font-weight: bold;
}

#logo h4 {
   padding: 143px 0 0 8px;
   font-size: 14px;
   font-weight: bold;
}

#logo a {
   text-decoration: none;
   color: #FFFFFF;
}

/* Menu */

#menu {
   float: right;
}

#menu ul {
   margin: 0;
   padding: 140px 20px 0 0;
   list-style: none;
   line-height: normal;
}

#menu li {
   display: inline;
}

#menu a {
   padding: 0 28px 0 0;
   text-transform: lowercase;
   text-decoration: none;
   font-size: 16px;
   font-weight: bold;
   color: #FFFFFF;
}

/* Page */

#page {
   width: 954px;
   margin: 0 auto;
   background: #FFFFFF url(http://www.freecsstemplates.org/templates/previews/snowglass/images/img03.jpg) repeat-y;
}

#bg {
   background: url(http://www.freecsstemplates.org/templates/previews/snowglass/images/img06.jpg) no-repeat left bottom;
}

/* Content */

#conttent {
   float: left;
   width: 680px;
   background: url(http://www.freecsstemplates.org/templates/previews/snowglass/images/img04.jpg) no-repeat;
}

/* Posts */

.post {
   width: 606px;
   padding: 30px 0 0 48px;
}

.post .title {
   padding: 0 0 0 12px;
}

.post .title a {
   color: #4F6977;
}

.post .date {
   margin: -26px 25px 15px 0;
   text-align: right;
   color: #79AFCD;
}

.post .entry {
   padding: 25px 20px 0 12px;
   background: url(http://www.freecsstemplates.org/templates/previews/snowglass/images/img07.jpg) no-repeat;
}

.post .meta {
   padding: 15px 12px;
   background: url(http://www.freecsstemplates.org/templates/previews/snowglass/images/img08.jpg) no-repeat left bottom;
}

.post .meta b {
   display: none;
}

.post .more, .post .comments {
   padding: 0 30px 0 20px;
}

.post .more {
   background: url(http://www.freecsstemplates.org/templates/previews/snowglass/images/img09.gif) no-repeat left center;
}

.post .comments {
   background: url(http://www.freecsstemplates.org/templates/previews/snowglass/images/img10.gif) no-repeat left center;
}

/* About Box */

#about-box {
   width: 185px;
   height: 162px;
   padding: 70px 37px 0 35px;
   background: url(http://www.freecsstemplates.org/templates/previews/snowglass/images/img11.jpg) no-repeat left bottom;
}

#about-box h4 {
   margin-bottom: 25px;
   font-size: 18px;
   font-weight: normal;
}

#about-box p {
   font-size: 12px;
}

/* Sidebar */

#sidebar {
   float: right;
   width: 274px;
   background: url(http://www.freecsstemplates.org/templates/previews/snowglass/images/img05.jpg) no-repeat;
}

#sidebar ul {
   width: 206px;
   margin: 0;
   padding: 0 0 0 30px;
   list-style: none;
}

#sidebar li {
}

#sidebar li ul {
   width: auto;
   padding: 0 15px 0 10px;
}

#sidebar li li {
   padding: 5px 0 5px 0;
   background: url(http://www.freecsstemplates.org/templates/previews/snowglass/images/img13.gif) repeat-x;
}

#sidebar li li.first {
   padding-top: 0;
   background: none;
}

#sidebar li h4 {
   font-size: 18px;
   padding: 30px 0 40px 10px;
   background: url(http://www.freecsstemplates.org/templates/previews/snowglass/images/img12.jpg) no-repeat left bottom;
}

/* Footer */

#footer {
   padding: 30px 0;
}

#footer p {
   text-align: center;
   font-size: 12px;
   color: #83B3CE;
}

#footer a {
   color: #83B3CE;
}
Wink
______________


TÜRK e KeFeN BiÇeNiN öLüMü KoRKuNÇ oLuR!!!!!!!!!
Mesaj08.06.2009, 11:02 (UTC)    
Mesaj konusu:

Saol... Wink
______________
Mesaj08.06.2009, 11:08 (UTC)    
Mesaj konusu: bs

@sanal-group

Emeğine sağlık Wink
Mesaj08.06.2009, 11:11 (UTC)    
Mesaj konusu:

Bu Zaten HackerFriendde de varmış Smile
______________
Mesaj08.06.2009, 11:40 (UTC)    
Mesaj konusu:

ewt orda var Wink
______________


TÜRK e KeFeN BiÇeNiN öLüMü KoRKuNÇ oLuR!!!!!!!!!
Mesaj08.06.2009, 11:46 (UTC)    
Mesaj konusu:

Benim sitenin tasarımı istersen al kulylan tasarımın üstü altı bana göre sen değiştirirsin Wink

CSS Kodu:
Kod:
h2#title span {display: none;}
div.header{display: none;}
li.nav_element{list-style-type: none;}
li.nav_element{display: none;}




/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
   margin: 0px;
   padding: 0;
   background: url('http://i41.tinypic.com/oaqejd.jpg') repeat-x left top;
   text-align: justify;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 12px;
   color: #616161
}

h1, h2, h3 {
   margin-top: 0;
   color: #A66100;
}

h1 {
   font-size: 1.6em;
   font-weight: normal;
}

h2 {
   font-size: 1.6em;
}

h3 {
   font-size: 1em;
}

ul {
}

a {
   text-decoration: none;
   color: #A66100;
}

a:hover {
   border-bottom: none;
}

a img {
   border: none;
}

img.left {
   float: left;
   margin: 0 20px 0 0;
}

img.right {
   float: right;
   margin: 0 0 0 20px;
}

#header {
   width: 960px;
   margin:0 auto;
   height: 165px;
   background: url('http://i43.tinypic.com/2l8uemw.jpg') no-repeat left top;
}

/* Header */

#logo {
   width: 960px;
   height: 100px;
   margin: -27 auto;0
   padding: 60px 10px 0 10px;
}

#logo h1, #logo p {
   float: left;
   margin: 0;
   color: #00D8D5;
}

#logo span {
   color: #FFFFFF;
}

#logo h1 {
   padding: 25px 0 0 0;
   letter-spacing: -1px;
   text-transform: lowercase;
   font-weight: normal;
   font-size: 3em;
}

#logo p {
   text-transform: uppercase;
   padding: 47px 0 0 3px;
   font-size: 10px;
   color: #FFFFFF;
}

#logo a {
   border: none;
   text-decoration: none;
   color: #DC8700;
}

/* Menu */

#menu {
   width: 960px;
   margin: 0 auto;
   padding: 0;
   height: 59px;
   background: url('http://i43.tinypic.com/357lny1.jpg') no-repeat left top;
}

#menu ul {
   margin: 0;
   padding-left: 270px;
   list-style: none;
}

#menu li {
   display: inline;
}

#menu a {
   display: block;
   float: left;
   height: 41px;
   margin: 0;
   background: url('http://i43.tinypic.com/w015wy.jpg') no-repeat left 30%;
   text-decoration: none;
   text-transform: capitalize;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 12px;
   color: #FFFFFF; padding-left:40px; padding-right:40px; padding-top:18px; padding-bottom:0
}

#menu a:hover {
   color: #FFFFFF;
}

#menu .current_page_item a {
   color: #FFFFFF;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
   width: 960px;
   margin: 0 auto;
   padding: 20px 5px;
   background: #FFFFFF;
}

#page-bg {
}

/* Latest Post */

#latest-post {
   padding: 20px;
   border: 1px solid #E7E7E7;
}

/* Content */

#content {
   float: left;
   width: 480px;
}

.post {
   padding-bottom: 15px;
   line-height: 200%;
}

.post h1 {
   font-weight: normal;
}

.title {
   height: 78px;
   margin: 0;
   font-weight: normal;
   background: url('http://i39.tinypic.com/soq2b8.jpg') no-repeat left top;; padding-left:20px; padding-right:0; padding-top:15px; padding-bottom:4px
}

.title a {
   border-bottom: none;
   color: #FFFFFF;
}

.title a:hover {
   border-bottom: 1px dotted #000000;
}

.byline {
   margin: -60px 20px 20px 20px;
}

.byline a {
   color: #DC8700;
}

.tag {
   padding: 0 15px;
}

.entry {
   padding: 0 20px;
}

.links {
   padding: 4px 0px;
   text-align: right;
   font-weight: bold;
}

.links a {
   border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
   float: left;
   margin-top: -70px;
}

#sidebar2 {
   float: right;
}

.sidebar {
   float: left;
   width: 240px;
   padding: 0;
   font-size: 12px;
}

.sidebar ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

.sidebar li {
   padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
   margin: 0 20px 0 15px;
   padding: 8px 0px;
   border-bottom: 1px dashed #C5C4C4;
}


.sidebar li h2 {
   height: 40px;
   margin: 0;
   background: url('http://i39.tinypic.com/2ntzn8j.jpg') no-repeat left top;
   letter-spacing: -1px;
   font-size: 16px;
   font-weight: normal;
   color: #FFFFFF; padding-left:65px; padding-right:15px; padding-top:20px; padding-bottom:0px
}

.sidebar a {
}

/* Search */

#searchform {
   margin: 0;
   padding: 0 0 0 0;
}

#searchform br {
   display: none;
}

#searchform h2 {
}

#s {
   margin: 10px 0px 0 15px;
   padding: 2px 2px;
   width: 180px;
   height: 18px;
   border: 1px solid #6F6E6E;
   background: #FFFFFF;
   font-size: 10px;
   color: #000000;
}

#x {
   margin: 0;
   padding: 2px 5px;
   height: 25px;
   background: #CA8186;
   text-decoration: none;
   text-transform: uppercase;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
   padding: 0 15px;
   text-align: center;
}

#calendar_wrap table {
   width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
   border: none;
}

#calendar_wrap tfoot td#prev {
   text-align: left;
   font-weight: bold;
   border: none;
}

#calendar_wrap tfoot td#prev a {
   border: none;
}

#calendar_wrap tfoot td#next {
   text-align: right;
   font-weight: bold;
   border: none;
}

#calendar_wrap tfoot td#next a {
   border: none;
}

/* Footer */

#footer {
   width: 960px;
   height: 70px;
   margin: 0 auto;
   padding: 0 20px;
   background: #2E2E2E;
}

#footer p {
   margin: 0;
   padding: 25px 0 0 0;
   text-align: center;
   font-size: smaller;
}

#footer a {
}

#footer .link {
   float: right;
}

#footer .copyright {
   float: left;
}

Tasarımın Üstü:
Kod:
<!-- start header -->
<div id="header">
   <div id="logo">
      <h1><a href="http://paylasim61.tr.gg/Ana-sayfa.htm"><span>Paylasim61</span>.Tr.Gg</a></h1>
      <p>Paylaşımda No Sınır!</p>
   </div>
</div>
   <div id="menu">
      <ul id="main">
         <li class="current_page_item"><a href="http://paylasim61.tr.gg/Ana-sayfa.htm">Ana Sayfa</a></li>
         <li><a href="http://paylasim61.tr.gg/Iletisim.htm">İletişim</a></li>
         <li><a href="http://paylasim61.tr.gg/Site-Haritas%26%23305%3B.htm">Site Haritası</a></li>
         <li><a href="http://paylasim61.tr.gg/-Ue-ye-Giri%26%23351%3Bi.htm">Üye Girişi</a></li>
                    <li><a href="http://paylasim61.tr.gg/-Ue-ye-Ol.htm">Üye Ol</a></li>
      </ul>
   </div>
   
<!-- end header -->
<div id="wrapper">
   <!-- start page -->
   <div id="page">
      <div id="sidebar1" class="sidebar">
         <ul>
            <li>
               <h2>Linkler</h2>
               <ul>
                                                   <li><a href="http://paylasim61.tr.gg/Ana-sayfa.htm">Ana Sayfa</a></li>
                                                   <li><a href="http://paylasim61.tr.gg/Iletisim.htm">İletişim</a></li>
                                                   <li><a href="http://paylasim61.tr.gg/Site-Haritas%26%23305%3B.htm">Site Haritası</a></li>
                                                   <li><a href="http://paylasim61.tr.gg/-Ue-ye-Giri%26%23351%3Bi.htm">Üye Girişi</a></li>
                                                              <li><a href="http://paylasim61.tr.gg/-Ue-ye-Ol.htm">Üye Ol</a></li>
                  <li><a href="http://paylasim61.tr.gg/Ziyaret%E7i-defteri.htm">Ziyaretçi Defteri</a></li>
                  <li><a href="http://paylasim61.tr.gg/Galeri.htm">Galeri</a></li>
                  <li><a href="http://paylasim61.tr.gg/Gazete.htm">Gazete</a></li>
                  <li><a href="http://paylasim61.tr.gg/Topliste.htm">Topliste</a></li>
                  <li><a href="http://paylasim61.tr.gg/Linkler.htm">Dost Linkler</a></li>
                                                                                    <li><a href="http://paylasim61.tr.gg/Chat.htm">Chat</a></li>
                  
               </ul>
            </li>
            
            <li>
               <h2>Forum</h2>
               <ul>
               <li><a href="http://webninjasi.co.cc/index.php">Ana Sayfa</a></li>
               <li><a href="http://webninjasi.co.cc/ucp.php?mode=register">Üye Ol</a></li>
               <li><a href="http://webninjasi.co.cc/ucp.php?mode=login">Üye Girişi</a></li>
               <li><a href="http://webninjasi.co.cc/memberlist.php?sid=96a6e737bd0b608f654873a25205178f">Üyeler</a></li>
               <li><a href="http://webninjasi.co.cc/faq.php">Sık Sorulan Sorular</a></li>
               </ul>
            </li>
            
<li>
               <h2>Genel Bilgiler</h2>
               <ul>
               <li><a href="http://paylasim61.tr.gg/Spam-Nedir-f-.htm">Spam Nedir?</a></li>
               <li><a href="http://paylasim61.tr.gg/-Oe-zel-Karakter-ve-Simgeler-Kodu.htm">Özel Karakter ve Simgeler</a></li>
               <li><a href="http://paylasim61.tr.gg/Bedava-host-siteleri.htm">Bedava Hosting Siteleri</a></li>
               </ul>
            </li>

<li>
               <h2>Tr.Gg Dersleri</h2>
               <ul>
               
               </ul>
            </li>





</ul>
      </div>
      <!-- start content -->
      <div id="content">
<center><strong><b>

Tasarımın Altı:
Kod:
</b></strong></center></div><!-- end content -->
      <!-- start sidebars -->
      <div id="sidebar2" class="sidebar">
         <ul>
            

<li>
               
                     <h2>Üye Girişi</h2>
<form method="post" action="-Ue-ye-Giri%26%23351%3Bi.htm"><table><tbody><tr><td><strong>Kullanıcı adı:</strong></td><td><input type="text" value="" name="logindata[name]"/></td></tr>
<tr><td><strong>Şifre:</strong></td><td><input type="password" value="" name="logindata[kennwort]"/></td></tr>
</tbody></table>
<input type="hidden" value="1" name="mode"/>
<input type="hidden" value="1" name="checklogin"/>
<input type="hidden" value="1" name="logindata[checklogin]"/>
<input type="submit" value="Gir"/>
</form>         


         
</li>







<li>
               
                     <h2>Site İçi Arama Motoru</h2>


<div id="cse" style="width: 100%;">Loading</div>
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">
   google.load('search', '1');
   google.setOnLoadCallback(function(){
      new google.search.CustomSearchControl('010811078491076255558:_etr4-ogpwo').draw('cse');
   }, true);
</script>


                  
            </li>
            
            
            <li>
               <h2>Html Kod Arşivi</h2>
               <ul>
                  <li><a href="http://paylasim61.tr.gg/Duyuru-Panosu-Kodu.htm">Duyuru Panosu Kodu</a></li>
                  <li><a href="http://paylasim61.tr.gg/Tarihte-Bu-g.ue.n.htm">Tarihte Bu Gün Kodu</a></li>
                  <li><a href="http://paylasim61.tr.gg/Ip-Adresi.htm">Ip Adresi Kodu</a></li>
                  <li><a href="http://paylasim61.tr.gg/TV%5C-h-de-Bug.ue.n-Kodu.htm">TV'de Bu Gün Kodu</a></li>
                  <li><a href="http://paylasim61.tr.gg/Online-Msn-Kodu.htm">Msn Kodu</a></li>
                  <li><a href="http://paylasim61.tr.gg/Yap%26%23305%3Bm-A%26%23351%3Bamas%26%23305%3Bnda-Kodu.htm">Yapım Aşamasında Kodu</a></li>
                  <li><a href="http://paylasim61.tr.gg/Komik-Videolar-Kodu.htm">Komik Videolar Kodu</a></li>
                  <li><a href="http://paylasim61.tr.gg/Saat-Kodlar%26%23305%3B.htm">Saat Kodları</a></li>
                  <li><a href="http://paylasim61.tr.gg/Spor-Kodlar%26%23305%3B.htm">Spor Kodları</a></li>
                  <li><a href="http://paylasim61.tr.gg/Sitene-Arka-Plan-Yapma.htm">Sitene Arka Plan Yapma</a></li>
                                                                                    <li><a href="http://paylasim61.tr.gg/%26%23304%3Bntroyu-Giri%26%23351%3B-Butonu-Olmadan-Kullanma.htm">İntroyu Giriş Butonu Olmadan Kullanma</a></li>
               </ul>
            </li>



<li>
               <h2>Bilgisayar Dersleri</h2>
               <ul>
                  <li><a href="http://paylasim61.tr.gg/Klavye-Kullan%26%23305%3Bm%26%23305%3B-d-.htm">Klavye Kullanımı</a></li>
                  <li><a href="http://paylasim61.tr.gg/Excel%5C-h-de-Hucrelere-Veri-Giri%26%23351%3Bini-S%26%23305%3Bn%26%23305%3Brlama-.htm">Excel'de Hucrelere Veri Girişini Sınırlama</a></li>
                  <li><a href="http://paylasim61.tr.gg/Excel%5C-h-de-Hucrelere-Veri-Giri%26%23351%3Bini-Do%26%23287%3Brulama.htm">Excel'de Hucrelere Veri Girişini Doğrulama</a></li>
                  
                  
               </ul>
            </li>









<li>
               <h2>Sponsorlar</h2>
               <ul>
                  <a href="http://www.webninjasi.co.cc/"><img src="http://img.webme.com/pic/w/webninjasi/webninjasi_banner_125x125.png" alt="" /></a>
                  <script language="JavaScript" type="text/javascript">reklamexpert_ref_id=742;reklamexpert_ref_h=125;reklamexpert_ref_w=125;reklamexpert_ref_type=3;</script><script language="JavaScript" src="http://ad.reklamexpert.com/ref/ref.js" type="text/javascript"></script>
                  </ul>
            </li>
         </ul>
<li>
<h2>Anket</h2>
               <ul>
                  <object type="application/x-shockwave-flash" data="http://www.99polls.com/polls_c8.swf" width="200" height="164"><param name="movie" value="http://www.99polls.com/polls_c8.swf" /><param name="flashvars" value="&id=59272&backgroundColor=0x666600&borderColor=0x999900&borderSize=5&radius=3&width=200&lang=tr" /><param name="wmode" value="transparent" /><embed src="http://www.99polls.com/polls_c8.swf" flashvars="&id=59272&backgroundColor=0x666600&borderColor=0x999900&borderSize=5&radius=3&width=200&lang=tr" type="application/x-shockwave-flash" wmode="transparent" width="200" height="164"></embed><br><a href="http://www.onlinecasinolist.org/">online casino</a>&nbsp;<a href="http://www.99polls.com/">Web Poll</a></object>

                  
               </ul>
            
</li>


      </div>
      <!-- end sidebars -->
      <div style="clear: both;">&nbsp;</div>
   </div>
   <!-- end page -->
</div>
<div id="footer">
   
<script language="JavaScript" type="text/javascript">
reklamexpert_ad_id=1572;
reklamexpert_ad_type=6;
reklamexpert_ad_kat=4;
reklamexpert_ad_uid=745;
reklamexpert_ad_w=985;
reklamexpert_ad_h=70;
reklamexpert_ad_frameborder=0;
reklamexpert_ad_format="all";
reklamexpert_ad_bgcolor="00000";
reklamexpert_ad_linkcolor="CC9933";
reklamexpert_ad_text="333333";
reklamexpert_ad_frameborder=0;
</script>
<script language="JavaScript" src="http://ad.reklamexpert.com/ad_show.js" type="text/javascript"></script>
</div>

______________

Arrow Ethical Hacker Arrow Professional Web Designer
Mesaj08.06.2009, 12:17 (UTC)    
Mesaj konusu:

saol kardeşim tasarım güzelmiş.. Wink
ama ben bu tasarıma başladım sayfa adlarını vs. ekledim şimdi içerik ekliyorum.. Wink

beni düşündügün için tşk ederim Wink

______________
Mesaj08.06.2009, 12:24 (UTC)    
Mesaj konusu:

Ya arkadaşlar " CSS" kodunu nereye yapıştırıoruz...
Önceki mesajları göster:   


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