forumdll.benimforum.biz
Would you like to react to this message? Create an account in a few clicks or log in to continue.

forumdll.benimforum.biz


 
AnasayfaPortalAramaLatest imagesKayıt OlGiriş yap
Similar topics

 

 Html Kod Arşivi

Aşağa gitmek 
YazarMesaj
Hadiya
Moderatör
Moderatör
Hadiya


Erkek
Ikizler Kaplan
Mesaj Sayısı : 403
Kayıt tarihi : 19/12/08
Teşekkür : 5
. : [Html Kod Arşivi Baymak10

Html Kod Arşivi Empty
080409
MesajHtml Kod Arşivi

SİTENE SAĞ VE SOL ÜST KÖŞEYE TÜRK BAYRAGI
Kod:
<img style="RIGHT: 0px; POSITION: absolute; TOP: 0px" alt="ein Bild" border="0" src="http://i78.servimg.com/u/f78/12/88/81/02/imza211.gif" />
<img style="LEFT: 0px; POSITION: absolute; TOP: 0px" alt="ein Bild" border="0" src="http://i78.servimg.com/u/f78/12/88/81/02/imza10.gif" />
Nedeye : YÖNETİM PANELİ>>AFİŞASMAK>>GENEL BİLGİLER>>ANASAYFA MESAJI


**************************************************************************************************

YAGMUR DAMLALI BANNER YAZIYA İSTEDİYİNİ YAZ

Kod:
<embed src='http://www.crazyprofile.com/textmaker/ripple.swf' width='635' height='50' FlashVars='mess=BURAYA YAZINI YAZ' quality='high' bgcolor='#000000 align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'/></embed><br><div></font></a></div></br>

Nereye: Yönetim paneli>>afişasmak>> Genel Yönetim>>index_body>>

**************************************************************************************************

KOD ÖNİZLEME KODU BUNU KURDUGUNUZDA KODLARI BUNUNLA DENEMESİNİ YAPA BİLİRSİNİZ

Kod:
<DIV align=center>
<TABLE style="BORDER-RIGHT: #959492 1px solid; BORDER-TOP: #959492 1px solid; BACKGROUND: #ebebea; BORDER-LEFT: #959492 1px solid; WIDTH: 600px; BORDER-BOTTOM: #959492 1px solid">
<TBODY>
<TR>
<TD vAlign=top>
<FORM name=form1 method=post><TEXTAREA style="BORDER-RIGHT: #b9b8b6 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #b9b8b6 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; BORDER-LEFT: #b9b8b6 1px solid; WIDTH: 300px; PADDING-TOP: 5px; BORDER-BOTTOM: #b9b8b6 1px solid; HEIGHT: 300px; scroll: auto" onclick=focus(this.code) name=code>HTML KODLARINI DENEMEK İÇİN KODLARI BURAYA KOPYALA/YAPIŞTIR VE KODLARIN ÖN İZLEMESİNİ YAPABİLİRSİNİZ.
</TEXTAREA> </FORM></TD>
<TD vAlign=top><IFRAME style="BORDER-RIGHT: #b9b8b6 1px solid; BORDER-TOP: #b9b8b6 1px solid; BACKGROUND: #ffffff; BORDER-LEFT: #b9b8b6 1px solid; WIDTH: 300px; BORDER-BOTTOM: #b9b8b6 1px solid; HEIGHT: 300px" name=preview src="about:blank" frameBorder=0></IFRAME></TD></TR></TBODY></TABLE><BUTTON onclick="preview.document.write (document.getElementsByTagName ('TEXTAREA')[0].value); preview.document.close(); preview.focus()">ÖN İZLE</BUTTON><BUTTON onclick="window.document.form1.code.value='';preview.document.write (document.getElementsByTagName ('TEXTAREA')[0].value); preview.document.close(); preview.focus()">TEMİZLE</BUTTON><BUTTON onclick=window.location.href=window.location.href>YENİLE</BUTTON> </DIV>
<P>&nbsp;</P>
Nereye: Yönetim paneli>>mödüller>>HTML sayfaların yönetemi>> HTML sayfası eklemel>>kodu buray ekleyin

**************************************************************************************************

RESİMLİ SAAT ANALOG

Kod:
<embed src='http://www.crazyprofile.com/clocks/swf/Angelina_Jolie.swf' quality='high' bgcolor='#ffffff' width='185' height='185' name='te1' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'/>

**************************************************************************************************

GİRİŞ SAYFANIZ İÇİN ACILIR PERDE KIRMIZI BEYAZ

Kod:
<HTML>
<HEAD>
<TITLE>Dikey perde aç</TITLE>
<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
layer-background-color:red;
background-color:red;
border:0.1px solid red;
z-index:9;
}
-->
</style>
</HEAD>
<BODY>
<div id="i1" class="intro"></div><div id="i2" class="intro"></div>
<SCRIPT>
var ns4=document.layers?1:0
var ie4=document.all?1:0
var ns6=document.getElementById&&!document.all?1:0
var speed=20
var temp=new Array()
var temp2=new Array()
if (ns4){
for (i=1;i<=2;i++){
temp[i]=eval("document.i"+i+".clip")
temp2[i]=eval("document.i"+i)
temp[i].width=window.innerWidth/2
temp[i].height=window.innerHeight
temp2[i].left=(i-1)*temp[i].width
}
}
else if (ie4||ns6){
var clipright=ns6?window.innerWidth/2*0.98:document.body.clientWidth/2,clipleft=0
for (i=1;i<=2;i++){
temp[i]=ns6?document.getElementById("i"+i).style:eval("document.all.i"+i+".style")
temp[i].width=ns6?window.innerWidth/2*0.98:document.body.clientWidth/2
temp[i].height=ns6?window.innerHeight-1: document.body.offsetHeight
temp[i].left=(i-1)*parseInt(temp[i].width)
}
}
function openit(){
window.scrollTo(0,0)
if (ns4){
temp[1].right-=speed
temp[2].left+=speed
if (temp[2].left>window.innerWidth/2)
clearInterval(stopit)
}
else if (ie4||ns6){
clipright-=speed
temp[1].clip="rect(0 "+clipright+" auto 0)"
clipleft+=speed
temp[2].clip="rect(0 auto auto "+clipleft+")"
if (clipright<=0){
clearInterval(stopit)
if (ns6){
temp[1].display="none"
temp[2].display="none"
}
}
}
}
function gogo(){
stopit=setInterval("openit()",100)
}
gogo()
</SCRIPT>
</BODY>
</HTML>
Sayfa başına dön Aşağa gitmek
Bu yazıyı burda paylaş : reddit

Html Kod Arşivi :: Yorum

Hadiya
Geri: Html Kod Arşivi
Mesaj Çarş. 08 Nis. 2009, 19:24 tarafından Hadiya
MENÜLÜ HAZIR TEMPLADES 1

Kod:
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="AUTHOR" content="created by Doyle at http://free-templates.org">
<meta name="KEYWORDS" content="replace, these, words, that, describe, your, site, and, page, contents, separated, by, commas">
<meta name="DESCRIPTION" content="Here is where you put a short sentence or two describing this page and it's goals">
<title>Free template #7 provided by www.free-templates.org (replace this title with your own)</title>
</head>
<body bgcolor="#CAC5C1">

<div align="center">
  <center>
  <table border="1" cellpadding="2" cellspacing="0" width="733" bordercolor="#5C5753" bordercolordark="#5C5753" bordercolorlight="#5C5753" height="94">
    <tr>
      <td width="725" valign="middle" align="center" bgcolor="#FFFFFF" bordercolor="#5C5753" bordercolorlight="#5C5753" bordercolordark="#5C5753" height="88"><font face="Impact" size="7">Put
        a logo and/or site title here!</font></td>
    </tr>
  </table>
  </center>
</div>

<center><b>Place a line of text here containing many your keywords. This will
help with your search engine listings.</b></center>
<div align="center">
  <center>
  <table border="1" cellpadding="2" cellspacing="0" width="735" height="1042" bordercolor="#5C5753" bordercolorlight="#5C5753" bordercolordark="#5C5753">
    <tr>
      <td width="139" height="302" bordercolor="#5C5753" bordercolorlight="#5C5753" bordercolordark="#5C5753" bgcolor="#D7D2CE" valign="top">
        <div align="center">
          <table border="1" cellpadding="3" cellspacing="0" width="137" height="83">
            <tr>
              <td width="128" height="29" bgcolor="#353A3E">
                <p align="center"><font color="#FFFFFF" size="2" face="Arial"><b>Header
                Text</b></font></p>
              </td>
            </tr>
            <tr>
              <td width="128" height="29" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
            <tr>
              <td width="128" height="29" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
            <tr>
              <td width="128" height="29" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
            <tr>
              <td width="128" height="29" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
            <tr>
              <td width="128" height="29" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
            <tr>
              <td width="128" height="29" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
            <tr>
              <td width="128" height="30" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
            <tr>
              <td width="128" height="30" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
            <tr>
              <td width="128" height="30" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
          </table>
        </div>
      </td>
      <td width="461" height="1042" bordercolor="#5C5753" bordercolorlight="#5C5753" bordercolordark="#5C5753" bgcolor="#FFFFFF" valign="top" rowspan="9">
      <p align="center"><b><font face="Arial" size="6">Page Title</font></b></p>
  </center>
      <p align="left"><font size="5" face="Arial"><b>  </b></font><font size="3"><b>The
      main text of your page can begin here.  If you are using one of my
      templates, and you want me to link to you for free, please Email me at <a href="mailto:doyledawkins@yahoo.com">doyledawkins@yahoo.com</a>
      and I will add your web address to my site: <a href="http://buildfree.org">http://buildfree.org</a>.</b></font></p>
      <p align="left"><b>    You are welcome to change this
      template in any way to suit your needs.  Please do not remove the
      link at the bottom of this page that gives me credit for providing you
      this template for free.  This is the only credit I get....</b></p>
      <hr width="80%">
      <p align="left"><b>    If You start getting abnormal
      space between the menu tables on the left, you will need to use less
      content here in the middle section.  This template is designed for a
      specific height.  If you use too much stuff, the table will stretch
      at the bottom creating the spaces.  Fill this section with content
      until the very bottom -link- -link- -link- -link- resides at  the
      bottom of the page.</b></p>
  <center>
  <p><----------- this width is set up for a 468px wide banner
  ---------------->
  <p>
  <div align="center">
    <table border="1" cellpadding="2" cellspacing="0" width="407" height="356" bordercolor="#5C5753" bordercolordark="#5C5753" bordercolorlight="#5C5753">
      <tr>
        <td width="202" height="183" bordercolorlight="#5C5753" bordercolordark="#5C5753" bordercolor="#5C5753">
          <p align="center">image?</td>
        <td width="203" height="183" bordercolorlight="#5C5753" bordercolordark="#5C5753" bordercolor="#5C5753">
          <p align="center">image description?</td>
      </tr>
      <tr>
        <td width="202" height="173" bordercolorlight="#5C5753" bordercolordark="#5C5753" bordercolor="#5C5753">
          <p align="center">image description?</td>
        <td width="203" height="173" bordercolorlight="#5C5753" bordercolordark="#5C5753" bordercolor="#5C5753">
          <p align="center">image?</td>
      </tr>
    </table>
  </div>
  <p>(you can remove the border to the table above by editing the html to read
  border="0")
  <p><----------- this width is set up for a 468px wide banner
  ---------------->
  <p>-link-         
  -link-         
  -link-         
  -link- 
  <p>
  <p align="center"><font size="2">Put a Guestbook or Counter here!<br>
  Don't have a free one?  <a href="http://www.bravenet.com?afilid=3813648466" target="_blank">CLICK
  HERE</a></font></center>
      </td>
      <td width="133" height="604" bordercolor="#5C5753" bordercolorlight="#5C5753" bordercolordark="#5C5753" bgcolor="#D7D2CE" valign="top" rowspan="2">
        <p align="center">This box is specifically designed for Google adsense
        120X600 skyscraper ad
      </td>
    </tr>
    <tr>
      <td width="139" height="302" bordercolor="#5C5753" bordercolorlight="#5C5753" bordercolordark="#5C5753" bgcolor="#D7D2CE" valign="top">
        <div align="center">
          <table border="1" cellpadding="3" cellspacing="0" width="137" height="87">
            <tr>
              <td width="128" height="29" bgcolor="#353A3E">
                <p align="center"><font size="2" face="Arial" color="#FFFFFF"><b>Header
                Text</b></font></p>
              </td>
            </tr>
            <tr>
              <td width="128" height="29" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
            <tr>
              <td width="128" height="29" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
            <tr>
              <td width="128" height="29" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
            <tr>
              <td width="128" height="29" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
            <tr>
              <td width="128" height="30" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
            <tr>
              <td width="128" height="30" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
            <tr>
              <td width="128" height="30" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
            <tr>
              <td width="128" height="30" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
            <tr>
              <td width="128" height="30" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
          </table>
        </div>
      </td>
    </tr>
    <tr>
      <td width="139" height="195" bordercolor="#5C5753" bordercolorlight="#5C5753" bordercolordark="#5C5753" bgcolor="#D7D2CE" valign="top">
        <div align="center">
          <table border="1" cellpadding="3" cellspacing="0" height="247" width="137">
            <tr>
              <td height="128" width="128" bgcolor="#FFFFFF" valign="middle" align="center">
              125X125 Badge
              </td>
            </tr>
            <tr>
              <td height="128" width="128" bgcolor="#FFFFFF">       
            <p align="center">125X125 Badge       
            </td>
            </tr>
          </table>
        </div>
      </td>
      <td width="133" height="195" bordercolor="#5C5753" bordercolorlight="#5C5753" bordercolordark="#5C5753" bgcolor="#D7D2CE" valign="top">
        <p align="center">text box or whatever</p>
      </td>
    </tr>
    <tr>
      <td width="139" height="243" bordercolor="#5C5753" bordercolorlight="#5C5753" bordercolordark="#5C5753" bgcolor="#D7D2CE" valign="top" rowspan="6">
        <div align="center">
          <table border="1" cellpadding="3" cellspacing="0" width="137" height="235">
            <tr>
              <td width="128" height="31" bgcolor="#353A3E">
                <p align="center"><b><font color="#FFFFFF" size="2" face="Arial">Cool
                Sites</font></b></p>
              </td>
            </tr>
            <tr>
              <td width="128" height="31" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
            <tr>
              <td width="128" height="31" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
            <tr>
              <td width="128" height="31" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
            <tr>
              <td width="128" height="31" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
            <tr>
              <td width="128" height="31" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
            <tr>
              <td width="128" height="31" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
            <tr>
              <td width="128" height="32" bgcolor="#FFFFFF"><b>Link</b></td>
            </tr>
          </table>
        </div>
      </td>
      <td width="133" height="41" bordercolor="#5C5753" bordercolorlight="#5C5753" bordercolordark="#5C5753" bgcolor="#D7D2CE" valign="middle" align="center">
        <p align="center">88X31 Button</p>
      </td>
    </tr>
    <tr>
      <td width="133" height="41" bordercolor="#5C5753" bordercolorlight="#5C5753" bordercolordark="#5C5753" bgcolor="#D7D2CE" valign="middle" align="center">
        <p align="center">88X31 Button
      </td>
    </tr>
    <tr>
      <td width="133" height="41" bordercolor="#5C5753" bordercolorlight="#5C5753" bordercolordark="#5C5753" bgcolor="#D7D2CE" valign="middle" align="center">
        <p align="center">88X31 Button
      </td>
    </tr>
    <tr>
      <td width="133" height="40" bordercolor="#5C5753" bordercolorlight="#5C5753" bordercolordark="#5C5753" bgcolor="#D7D2CE" valign="middle" align="center">
        88X31 Button
      </td>
    </tr>
    <tr>
      <td width="133" height="40" bordercolor="#5C5753" bordercolorlight="#5C5753" bordercolordark="#5C5753" bgcolor="#D7D2CE" valign="middle" align="center">
        88X31 Button
      </td>
    </tr>
    <tr>
      <td width="133" height="40" bordercolor="#5C5753" bordercolorlight="#5C5753" bordercolordark="#5C5753" bgcolor="#D7D2CE" valign="middle" align="center">
        88X31 Button
      </td>
    </tr>
  </table>
</div>
<!-- PLEASE DO NOT REMOVE OR ALTER THE FOLLOWING SECTION GIVING FREE TEMPLATE CREDIT TO HTTP://FREE-TEMPLATES.ORG -->
<div align="center">
  <center>
  <table border="1" cellpadding="2" cellspacing="0" width="735" bgcolor="#FFFFFF" bordercolor="#5C5753" bordercolordark="#5C5753" bordercolorlight="#5C5753" height="10">
    <tr>
      <td bgcolor="#D7D2CE">
        <p align="center"><b> <font size="2" face="Arial">This web page template
        provided free from <a href="http://free-templates.org">http://free-templates.org</a></font></b><!-- PLEASE DO NOT REMOVE OR ALTER THE ABOVE SECTION GIVING FREE TEMPLATE CREDIT TO HTTP://FREE-TEMPLATES.ORG -->
</td>
    </tr>
  </table>
  </center>
</div>

</body>
</html>
Hadiya
Geri: Html Kod Arşivi
Mesaj Çarş. 08 Nis. 2009, 19:25 tarafından Hadiya
TEMPLATE 2

Kod:
<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="AUTHOR" content="created by Doyle at http://free-templates.org">
<meta name="KEYWORDS" content="replace, these, words, that, describe, your, site, and, page, contents, separated, by, commas">
<meta name="DESCRIPTION" content="Here is where you put a short sentence or two describing this page and it's goals">
<title>Free template #4 provided by www.free-templates.org (replace this title with your own)</title>
</head>

<body bgcolor="#ff9900" alink="#0000FF" vlink="#0066FF">

<div align="center">
  <center>
  <table border="1" cellpadding="2" cellspacing="0" width="761" height="99" bordercolor="#A80202" bordercolordark="#A80202" bordercolorlight="#A80202">
    <tr>
      <td width="755" bgcolor="#000000" height="95" valign="middle" align="center" bordercolor="#A80202" bordercolorlight="#A80202" bordercolordark="#A80202"><font size="7" color="#FFFFFF"><b>Your
        Logo or Whatever Here!</b></font></td>
    </tr>
  </table>
  </center>
</div>
<center><b>-link 1-        -link
2-        -link
3-        -link
4-        -link 5-     
-link 6-</b>
<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" width="754" height="506">
    <tr>
      <td width="670" height="16" colspan="5" bgcolor="#000000">
        <p align="center"> </center>
      </td>
    </tr>
    <tr>
      <td width="27" height="505" rowspan="4" bgcolor="#000000"> </td>
      <td width="145" height="174" valign="top" align="center" bgcolor="#FFFFFF">
        <div align="center">
          <table border="1" cellpadding="2" cellspacing="0" width="143" bordercolor="#000000" bordercolordark="#000000" bordercolorlight="#000000" height="183">
            <tr>
              <td width="141" bgcolor="#A80202" height="25">
                <p align="center"><b><font color="#000000">Header Text</font></b></td>
            </tr>
            <tr>
              <td width="141" bgcolor="#FC2D2D" height="26"><font color="#FFFFFF"><b>Link
                1</b></font></td>
            </tr>
            <tr>
              <td width="141" bgcolor="#FC2D2D" height="26"><b><font color="#FFFFFF">Link
                </font><font color="#FFFFFF">2</font></b></td>
            </tr>
            <tr>
              <td width="141" bgcolor="#FC2D2D" height="26"><b><font color="#FFFFFF">Link
                </font><font color="#FFFFFF">3</font></b></td>
            </tr>
            <tr>
              <td width="141" bgcolor="#FC2D2D" height="26"><b><font color="#FFFFFF">Link
                </font><font color="#FFFFFF">4</font></b></td>
            </tr>
            <tr>
              <td width="141" bgcolor="#FC2D2D" height="26"><b><font color="#FFFFFF">Link
                </font><font color="#FFFFFF">5</font></b></td>
            </tr>
            <tr>
              <td width="141" bgcolor="#FC2D2D" height="28"><b><font color="#FFFFFF">Link
                </font><font color="#FFFFFF">6</font></b></td>
            </tr>
          </table>
        </div>
      </td>
      <td width="419" height="505" bgcolor="#FFFFFF" rowspan="4" valign="top" align="center">
        <div align="center">
          <table border="0" cellpadding="2" cellspacing="0" width="480" height="67">
            <tr>
              <td width="480" height="61" valign="top" align="center" bgcolor="#000000"><font color="#FFFFFF" face="Arial" size="7">Page
                Title Here!</font></td>
            </tr>
          </table>
        </div>
        <div align="center">
          <table border="2" cellpadding="3" cellspacing="0" width="480" height="548" bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#000000">
            <tr>
              <td width="478" height="532" valign="top" align="center" bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#000000"><b>Header
                Text Belongs Here</b>
  </center>
              <p align="left"><b>    You are well on your
              way to having a cool website.  Replace this text with
              whatever you want it to say.  You may modify this template
              any way you like.  Please do not remove the link back to my
              website at the bottom of this page.  It is the only credit I
              get for giving away free templates!</b></p>
              <p align="left"><b>    If you have used my
              template and you want me to link to your website for free, email
              me at <a href="mailto:doyledawkins@yahoo.com">doyledawkins@yahoo.com</a>
              with the address, and I will check it out.</b></p>
              <div align="center">
                <center>
                <table border="1" cellpadding="3" cellspacing="1" width="380" height="142" bordercolor="#000000" bordercolordark="#000000" bordercolorlight="#000000">
                  <tr>
                    <td width="177" height="132" valign="top">
                      <p align="center">a small animated image would be cool
                      here, or a small photo</td>
                    <td width="181" height="132" valign="top">You could describe
                      the image here or even add another image or photo.</td>
                  </tr>
                </table>
                </center>
              </div>
              <p align="left"><b>    Finish off your first
              page with a great closing paragraph.  If you are selling
              something, nail the sale here!  Include as many of your
              keywords as you can in the text of your page.  This will help
              with your search engine rankings.</b></p>
              <p align="center"><font size="2">Put a Guestbook or Counter here!<br>
              Don't have a free one?  <a href="http://www.bravenet.com?afilid=3813648466" target="_blank">CLICK
              HERE</a></font></p>
              </td>
            </tr>
          </table>
        </div>
      </td>
      <td rowspan="2" bgcolor="#FFFFFF" valign="top" align="center" width="123" height="280">
        <div align="center">
          <table border="1" cellpadding="1" cellspacing="0" width="130" height="362" bgcolor="#FC2D2D" bordercolor="#000000" bordercolordark="#000000" bordercolorlight="#000000">
            <tr>
              <td width="124" height="29" valign="middle" align="center" bgcolor="#A80202"><b><font color="#000000">Cool
                Sites</font></b></td>
            </tr>
            <tr>
              <td width="124" height="32" valign="middle" align="center"><font color="#FFFFFF"><b>button/link</b></font></td>
            </tr>
            <tr>
              <td width="124" height="33" valign="middle" align="center"><font color="#FFFFFF"><b>button/link</b></font></td>
            </tr>
            <tr>
              <td width="124" height="33" valign="middle" align="center"><font color="#FFFFFF"><b>button/link</b></font></td>
            </tr>
            <tr>
              <td width="124" height="33" valign="middle" align="center"><font color="#FFFFFF"><b>button/link</b></font></td>
            </tr>
            <tr>
              <td width="124" height="33" valign="middle" align="center"><font color="#FFFFFF"><b>button/link</b></font></td>
            </tr>
            <tr>
              <td width="124" height="33" valign="middle" align="center"><font color="#FFFFFF"><b>button/link</b></font></td>
            </tr>
            <tr>
              <td width="124" height="33" valign="middle" align="center"><font color="#FFFFFF"><b>button/link</b></font></td>
            </tr>
            <tr>
              <td width="124" height="33" valign="middle" align="center"><font color="#FFFFFF"><b>button/link</b></font></td>
            </tr>
            <tr>
              <td width="124" height="37" valign="middle" align="center"><font color="#FFFFFF"><b>button/link</b></font></td>
            </tr>
          </table>
        </div>
      </td>
      <td width="30" height="505" rowspan="4" bgcolor="#000000"> </td>
    </tr>
    <tr>
      <td width="145" height="106" bgcolor="#FFFFFF">
        <div align="center">
          <table border="1" cellpadding="2" cellspacing="0" width="143" bordercolor="#000000" bordercolordark="#000000" bordercolorlight="#000000" height="175">
            <tr>
              <td width="135" bgcolor="#A80202" height="25">
                <p align="center"><b><font color="#000000">Header Text</font></b></td>
            </tr>
            <tr>
              <td width="135" bgcolor="#FC2D2D" height="25"><font color="#FFFFFF"><b>Link
                1</b></font></td>
            </tr>
            <tr>
              <td width="135" bgcolor="#FC2D2D" height="25"><b><font color="#FFFFFF">Link
                </font><font color="#FFFFFF">2</font></b></td>
            </tr>
            <tr>
              <td width="135" bgcolor="#FC2D2D" height="25"><b><font color="#FFFFFF">Link
                </font><font color="#FFFFFF">3</font></b></td>
            </tr>
            <tr>
              <td width="135" bgcolor="#FC2D2D" height="25"><b><font color="#FFFFFF">Link
                </font><font color="#FFFFFF">4</font></b></td>
            </tr>
            <tr>
              <td width="135" bgcolor="#FC2D2D" height="25"><b><font color="#FFFFFF">Link
                </font><font color="#FFFFFF">5</font></b></td>
            </tr>
            <tr>
              <td width="135" bgcolor="#FC2D2D" height="25"><font color="#FFFFFF"><b>Link
                6</b></font></td>
            </tr>
          </table>
        </div>
      </td>
    </tr>
    <tr>
      <td width="145" height="113" bgcolor="#FFFFFF" valign="middle" align="center">
        <div align="center">
          <table border="1" cellpadding="2" cellspacing="0" width="143" height="105" bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#000000">
            <tr>
              <td width="141" height="130" valign="middle" align="center" bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#000000"><b>text
                box or ads 125x125 badge</b></td>
            </tr>
          </table>
        </div>
      </td>
      <td width="123" height="225" rowspan="2" bgcolor="#FFFFFF" valign="middle" align="center">
        <div align="right">
          <table border="2" cellpadding="2" cellspacing="0" width="130" height="253" bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#000000">
            <tr>
              <td width="122" height="247" valign="middle" align="center" bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#000000"><b>text
                box or ads</b></td>
            </tr>
          </table>
        </div>
      </td>
    </tr>
    <tr>
      <td width="145" height="112" bgcolor="#FFFFFF" valign="middle" align="center">
        <div align="center">
          <table border="1" cellpadding="2" cellspacing="0" bordercolor="#000000" bordercolorlight="#000000" bordercolordark="#000000" width="143" height="121">
            <tr>
              <td valign="middle" align="center" width="132" height="115"><b>text
                box or ads 125x125 badge</b></td>
            </tr>
          </table>
        </div>
      </td>
    </tr>
    <tr>
    <!-- PLEASE DO NOT REMOVE OR ALTER THE FOLLOWING SECTION GIVING FREE TEMPLATE CREDIT TO HTTP://FREE-TEMPLATES.ORG -->
      <td colspan="5">
        <p align="center"><b>This template was provided free at <a href="http://www.free-templates.org">www.free-templates.org</a></b></p>
        <!-- PLEASE DO NOT REMOVE OR ALTER THE ABOVE SECTION GIVING FREE TEMPLATE CREDIT TO HTTP://FREE-TEMPLATES.ORG -->
      </td>
    </tr>
  </table>
</div>

</body>

</html>
Hadiya
Geri: Html Kod Arşivi
Mesaj Çarş. 08 Nis. 2009, 19:29 tarafından Hadiya
ARKA PLAN RENKLERİ DÜMELİ DEYİŞİM.15 RENK ANASAYFAYA OLMAZ GİRİŞE OLUYOR.

Kod:
<center><form><input type="button" value="beyaz" onclick="document.bgColor='white'"><input type="button" value="Gümüş" onclick="document.bgColor='silver'"><input type="button" value="SARI" onclick="document.bgColor='YELLOW'"><input type="button" value="azure" onclick="document.bgColor='azure'"><input type="button" value="Açık Yeşil" onclick="document.bgColor='lightgreen'"><input type="button" value="Yeşil" onclick="document.bgColor='green'"><input type="button" value="Açık Mavi" onclick="document.bgColor='lightblue'"><input type="button" value=" Mavi" onclick="document.bgColor='blue'"><input type="button" value="Mor" onclick="document.bgColor='purple'"><input type="button" value="Ela" onclick="document.bgColor='hazel-colored '"><input type="button" value="Turuncu" onclick="document.bgColor='orange'"><input type="button" value="Turkuaz" onclick="document.bgColor='turquoise'"><input type="button" value="Kırmızı" onclick="document.bgColor='red'"><input type="button" value="Pembe" onclick="document.bgColor='pink'"><input type="button" value="Kahve" onclick="document.bgColor='brown'"></form></center>

*************************************************************************

SİTEN İÇİN DALGALI RESİM OLUŞTURMA KODU

Kod:
<MARQUEE style="WIDTH: 460px; HEIGHT: 177px" behavior=alternate>

<MARQUEE width=250>

<DIV id=foto_file_div name="foto_file_div"><IMG height=248 alt="" src="RESİM LİNKİNİ YAZ" width=306 border=0></DIV>

<DIV id=foto_file_div name="foto_file_div">

<DIV></DIV></SPAN></DIV></MARQUEE>

<P align=center><SPAN style="FONT-SIZE: 14pt; COLOR: #ffffff"></SPAN></P>

<P align=center><IMG height=8 alt="" src="RESİM LİNKİNİ YAZ" width=579 border=0></P>

<P align=center></P></SPAN>

<P></P>

<DIV></DIV></SPAN></MARQUEE>

*************************************************************************

RESİM YAYINLAMA KODU

Kod:
<MARQUEE style="FONT-WEIGHT: bold; WIDTH: 182px; FONT-STYLE: italic; HEIGHT: 190px" direction=right>

<DIV id=foto_file_div name="foto_file_div"><IMG height=430 alt="" src="RESİM LİNKİNİ YAZ" width=230 name=fotofile></DIV></MARQUEE>

<MARQUEE id=news style="WIDTH: 179px; HEIGHT: 430px" scrollAmount=2 scrollDelay=1 direction=down name="news" 0nmouseover="scrollstop()" 0nmouseout="scrollplay()"><B><FONT color=pink size=6>

<DIV id=foto_file_div name="foto_file_div"><IMG height=188 alt="" src="RESİM LİNKİNİ YAZ" width=186 name=fotofile></DIV></FONT></B></MARQUEE>

<MARQUEE style="FONT-WEIGHT: bold; WIDTH: 177px; FONT-STYLE: italic; HEIGHT: 189px">

<DIV id=foto_file_div name="RESİM LİNKİNİ YAZ"><IMG height=430 alt="" src="RESİM LİNKİNİ YAZ" width=230 name=fotofile></DIV></MARQUEE>

*************************************************************************

DÜĞMELİ MESAJ

Kod:
<html>
<head>
<script type="text/javascript">
function disp_alert()
{
alert("istediginiz yazıyı buraya yazabilirsiniz!!")
}
</script>
</head>
<body>
<input type="button" onclick="disp_alert()" value="Yazınız Buraya TIKLA" />
</body>
</html>
Hadiya
Geri: Html Kod Arşivi
Mesaj Çarş. 08 Nis. 2009, 19:40 tarafından Hadiya
AÇILIR KAPANIR DUYURU PANOSU

Html Kod Arşivi Snap3614



Kod:
<script type="text/javascript">
function showBlock(blockId)
{
document.getElementById(blockId).style.display = "block";
}
function hideBlock(blockId)
{
document.getElementById(blockId).style.display = "none";
}
</script>
<a href="javascript:showBlock('block1')">SİTE DUYURULARI İÇİN TIKLAYINIZ</a>
<div id="block1" style="display: none">
<p>
<table height="307" width="469" background="http://80.190.202.79/pic/a/audici/flachblid1.gif"><tr align="center"> <td align="center"> <table width="400" align="center"><tr><td> <marquee direction="up" scrollamount="2" align="center"><font color="white"><center>YAZINIZI BURAYA YAZACAKSINIZ HOŞGELDİN 2009</center></font></marquee> </td></tr></table></td></tr></table></p>
<p>BY SHANEX</p>
<p> <a href="javascript:hideBlock('block1')">KAPAT</a>.
</div>

Yönetim paneli>>afişasmak>>genel bilgiler>>anasayfa mesajı>.

***********************************************************************

SİTENE KENDİ HABER BÖLÜMÜNÜ YAP

Kod:
<head>
  <title>Haber</title>
  <meta http-equiv="content-type" content="text/html; iso-8859-9"/>
  <script type="text/javascript">
      window.onload = function(){
        var bli = document.getElementById('baslik').getElementsByTagName('LI');
        var ili = document.getElementById('icerik').getElementsByTagName('LI');
        for(var i=0; i < bli.length; i++){
            bli[i].i = i;
            bli[i].onmouseover = function(){
              for(var i=0; i < ili.length; i++) ili[i].style.display = 'none';
              ili[this.i].style.display = 'block';
            }
        }
      }
  </script>
  <style type="text/css">
      *{
        margin: 0px;
        padding: 0px;
      }
      #manset{
        float: left;
        width: 420px;
        margin: 20px;
        padding: 20px;
        border: 1px solid silver;
        background-color: #FAFAFA;
        font: normal 11px Arial, Times, sans-serif;
      }
      #baslik{
        float: right;
        width: 128px;
        padding: 10px;
        list-style: none;
        border: 1px solid silver;
        background-color: #FFFFFF;
      }
      #icerik{
        float: left;
        width: 250px;
        list-style: none;
      }
      #icerik li{
        display: none;
      }
      #icerik li.aktif{
        display: block;
      }
      #icerik img{
        float: left;
        width: 200px;
        height: 200px;
        margin: 5px 0px 5px 0px;
        border: 1px solid silver;
      }
      #icerik p{
        float: left;
        width: 250px;
      }
  </style>
</head>
<body>
  <div id="manset">
      <ul id="baslik">
        <li><a href="?haber=1">Haber 1</a></li>
        <li><a href="?haber=2">Haber 2</a></li>
        <li><a href="?haber=3">Haber 3</a></li>
        <li><a href="?haber=4">Haber 4</a></li>
        <li><a href="?haber=5">Haber 5</a></li>
      </ul>
      <ul id="icerik">
        <li class="aktif"><h4>Başlık 1</h4><img src="resim1.jpg" alt="Resim 1"/><p>Özet 1</p></li>
        <li><h4>Başlık 2</h4><img src="resim2.jpg" alt="Resim 2"/><p>Özet 2</p></li>
        <li><h4>Başlık 3</h4><img src="resim3.jpg" alt="Resim 3"/><p>Özet 3</p></li>
        <li><h4>Başlık 4</h4><img src="resim4.jpg" alt="Resim 4"/><p>Özet 4</p></li>
        <li><h4>Başlık 5</h4><img src="resim5.jpg" alt="Resim 5"/><p>Özet 5</p></li>
      </ul>
  </div>
</body>
</html>

*************************************************************************

SİTEMİZE HOŞGELDİNİZ KODU

Kod:
<script language="JavaScript1.2">


var ie=document.all
var dom=document.getElementById
var ns4=document.layers
var calunits=document.layers? "" : "px"

var bouncelimit=32 //(must be divisible by 8)
var direction="up"

function initbox(){
if (!dom&&!ie&&!ns4)
return
crossobj=(dom)?document.getElementById("dropin").style : ie? document.all.dropin : document.dropin
scroll_top=(ie)? truebody().scrollTop : window.pageYOffset
crossobj.top=scroll_top-250+calunits
crossobj.visibility=(dom||ie)? "visible" : "show"
dropstart=setInterval("dropin()",50)
}

function dropin(){
scroll_top=(ie)? truebody().scrollTop : window.pageYOffset
if (parseInt(crossobj.top)<100+scroll_top)
crossobj.top=parseInt(crossobj.top)+40+calunits
else{
clearInterval(dropstart)
bouncestart=setInterval("bouncein()",50)
}
}

function bouncein(){
crossobj.top=parseInt(crossobj.top)-bouncelimit+calunits
if (bouncelimit<0)
bouncelimit+=8
bouncelimit=bouncelimit*-1
if (bouncelimit==0){
clearInterval(bouncestart)
}
}

function dismissbox(){
if (window.bouncestart) clearInterval(bouncestart)
crossobj.visibility="hidden"
}

function truebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}


window.onload=initbox

</script>
<div id="dropin" style="position:absolute;visibility:hidden;left:200px;top:100px;width:500px;height:300px;background-color:#F5F5F5">

<div align="right"><a href="#" onClick="dismissbox();return false">[ Kapat] </a></div>

SİTEMİZE HOŞGELDİNİZ<br>Umarız İyi Vakit Geçirirsiniz</div>

*********************************************************************

HIZLI LİNK OLUŞTURMA KODU

Kod:
<form name="jump">
    <select name="menu">
    <option value="http://site adresi" selected="selected">sayfanızın ismi</option>
    <option value="http://site adresi">sayfanızın ismi</option>
    <option value="http://site adresi">sayfanızın ismi</option>
    <option value="http://site adresi">sayfanızın ismi</option>
    <option value="http://site adresi">sayfanızın ismi</option>
    <option value="http://site adresi">sayfanızın ismi</option>
    <option value="http://site adresi">sayfanızın ismi</option>
    <option value="http://site adresi">sayfanızın ismi</option>
    <option value="http://site adresi">sayfanızın ismi</option>
    <option value="http://site adresi">sayfanızın ismi</option>
    </select> <input type="button" onClick="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO" />
</form>
Hadiya
Geri: Html Kod Arşivi
Mesaj Çarş. 08 Nis. 2009, 19:48 tarafından Hadiya
GÜZEL REKLİ LİNK ARŞİVİ YAP

Kod:
<meta content="tr" http-equiv="Content-Language" />
<meta content="text/html; charset=windows-1254" http-equiv="Content-Type" />
<div align="center">
<table id="table2" style="width: 570px; border-collapse: collapse; height: 344px" bordercolor="#ff00ff" height="344" bordercolordark="#474747" width="570" bgcolor="#800000" bordercolorlight="#474747" border="2">
    <tbody>
        <tr>
            <td valign="top" bordercolor="#ff0000" width="162" bgcolor="#cc3300">
            <table id="table4" style="border-collapse: collapse" bordercolor="#ff00ff" height="10" bordercolordark="#ffff00" cellpadding="0" width="162" bgcolor="#cc3300" bordercolorlight="#00ff00" border="0">
                <tbody>
                    <tr>
                        <td bgcolor="#cc3300">
                        <p align="left"><font style="font-size: 10pt" face="Comic Sans MS" color="#ff9900"><strong>-Link1</strong></font></p>
                        </td>
                    </tr>
                </tbody>
            </table>
            <table id="table5" style="border-collapse: collapse" bordercolor="#ff00ff" height="10" bordercolordark="#ffff00" cellpadding="0" width="162" bgcolor="#cc3300" bordercolorlight="#00ff00" border="0">
                <tbody>
                    <tr>
                        <td bgcolor="#cc3300">
                        <p align="left"><font style="font-size: 10pt" face="Comic Sans MS" color="#ff9900"><strong>-Link2</strong></font></p>
                        </td>
                    </tr>
                </tbody>
            </table>
            <table id="table6" style="border-collapse: collapse" bordercolor="#ff00ff" height="10" bordercolordark="#ffff00" cellpadding="0" width="162" bgcolor="#cc3300" bordercolorlight="#00ff00" border="0">
                <tbody>
                    <tr>
                        <td bgcolor="#cc3300">
                        <p align="left"><strong><font style="font-size: 10pt" face="Comic Sans MS" color="#ff9900">-L</font></strong><font face="Comic Sans MS" color="#ff9900"><strong><font style="font-size: 10pt">ink3</font></strong></font></p>
                        </td>
                    </tr>
                </tbody>
            </table>
            <table id="table7" style="border-collapse: collapse" bordercolor="#ff00ff" height="10" bordercolordark="#ffff00" cellpadding="0" width="162" bgcolor="#cc3300" bordercolorlight="#00ff00" border="0">
                <tbody>
                    <tr>
                        <td bgcolor="#cc3300">
                        <p align="left"><font style="font-size: 10pt" face="Comic Sans MS" color="#ff9900"><strong>-Link4</strong></font></p>
                        </td>
                    </tr>
                </tbody>
            </table>
            <table id="table8" style="border-collapse: collapse" bordercolor="#ff00ff" height="16" bordercolordark="#ffff00" cellpadding="0" width="162" bgcolor="#cc3300" bordercolorlight="#00ff00" border="0">
                <tbody>
                    <tr>
                        <td bgcolor="#cc3300">
                        <p align="left"><font style="font-size: 10pt" face="Comic Sans MS" color="#ff9900"><strong>-Link5</strong></font></p>
                        </td>
                    </tr>
                </tbody>
            </table>
            <table id="table9" style="border-collapse: collapse" bordercolor="#ff00ff" height="10" bordercolordark="#ffff00" cellpadding="0" width="162" bgcolor="#cc3300" bordercolorlight="#00ff00" border="0">
                <tbody>
                    <tr>
                        <td bgcolor="#cc3300">
                        <p align="left"><strong><font style="font-size: 10pt" face="Comic Sans MS" color="#ff9900">-</font></strong><font face="Comic Sans MS" color="#ff9900"><strong><font style="font-size: 10pt">Link6</font></strong></font></p>
                        </td>
                    </tr>
                </tbody>
            </table>
            <table id="table10" style="border-collapse: collapse" bordercolor="#ff00ff" height="10" bordercolordark="#ffff00" cellpadding="0" width="162" bgcolor="#cc3300" bordercolorlight="#00ff00" border="0">
                <tbody>
                    <tr>
                        <td bgcolor="#cc3300">
                        <p align="left"><font style="font-size: 10pt" face="Comic Sans MS" color="#ff9900"><strong>-Link7</strong></font></p>
                        </td>
                    </tr>
                </tbody>
            </table>
            <table id="table11" style="border-collapse: collapse" bordercolor="#ff00ff" height="10" bordercolordark="#ffff00" cellpadding="0" width="162" bgcolor="#cc3300" bordercolorlight="#00ff00" border="0">
                <tbody>
                    <tr>
                        <td bgcolor="#cc3300">
                        <p align="left"><font style="font-size: 10pt" face="Comic Sans MS" color="#ff9900"><strong>-Link8</strong></font></p>
                        </td>
                    </tr>
                </tbody>
            </table>
            </td>
            <td>
            <p align="left"><font face="Comic Sans MS" color="#00ff00" size="2"><strong><marquee behavior="alternate">sayfanin iceriyi</marquee></strong></font></p>
            </td>
            <td valign="top" bordercolor="#ff0000" width="148" bgcolor="#cc3300">
            <table id="table20" style="border-collapse: collapse" bordercolor="#ff00ff" height="10" bordercolordark="#ffff00" cellpadding="0" width="162" bgcolor="#cc3300" bordercolorlight="#00ff00" border="0">
                <tbody>
                    <tr>
                        <td bgcolor="#cc3300">
                        <p align="left"><font style="font-size: 10pt" face="Comic Sans MS" color="#ff9900"><strong>-Link1</strong></font></p>
                        </td>
                    </tr>
                </tbody>
            </table>
            <table id="table21" style="border-collapse: collapse" bordercolor="#ff00ff" height="10" bordercolordark="#ffff00" cellpadding="0" width="162" bgcolor="#cc3300" bordercolorlight="#00ff00" border="0">
                <tbody>
                    <tr>
                        <td bgcolor="#cc3300">
                        <p align="left"><font style="font-size: 10pt" face="Comic Sans MS" color="#ff9900"><strong>-Link2</strong></font></p>
                        </td>
                    </tr>
                </tbody>
            </table>
            <table id="table22" style="border-collapse: collapse" bordercolor="#ff00ff" height="10" bordercolordark="#ffff00" cellpadding="0" width="162" bgcolor="#cc3300" bordercolorlight="#00ff00" border="0">
                <tbody>
                    <tr>
                        <td bgcolor="#cc3300">
                        <p align="left"><strong><font style="font-size: 10pt" face="Comic Sans MS" color="#ff9900">-L</font></strong><font face="Comic Sans MS" color="#ff9900"><strong><font style="font-size: 10pt">ink3</font></strong></font></p>
                        </td>
                    </tr>
                </tbody>
            </table>
            <table id="table23" style="border-collapse: collapse" bordercolor="#ff00ff" height="10" bordercolordark="#ffff00" cellpadding="0" width="162" bgcolor="#cc3300" bordercolorlight="#00ff00" border="0">
                <tbody>
                    <tr>
                        <td bgcolor="#cc3300">
                        <p align="left"><font style="font-size: 10pt" face="Comic Sans MS" color="#ff9900"><strong>-Link4</strong></font></p>
                        </td>
                    </tr>
                </tbody>
            </table>
            <table id="table24" style="border-collapse: collapse" bordercolor="#ff00ff" height="16" bordercolordark="#ffff00" cellpadding="0" width="162" bgcolor="#cc3300" bordercolorlight="#00ff00" border="0">
                <tbody>
                    <tr>
                        <td bgcolor="#cc3300">
                        <p align="left"><font style="font-size: 10pt" face="Comic Sans MS" color="#ff9900"><strong>-Link5</strong></font></p>
                        </td>
                    </tr>
                </tbody>
            </table>
            <table id="table25" style="border-collapse: collapse" bordercolor="#ff00ff" height="10" bordercolordark="#ffff00" cellpadding="0" width="162" bgcolor="#cc3300" bordercolorlight="#00ff00" border="0">
                <tbody>
                    <tr>
                        <td bgcolor="#cc3300">
                        <p align="left"><strong><font style="font-size: 10pt" face="Comic Sans MS" color="#ff9900">-</font></strong><font face="Comic Sans MS" color="#ff9900"><strong><font style="font-size: 10pt">Link6</font></strong></font></p>
                        </td>
                    </tr>
                </tbody>
            </table>
            <table id="table26" style="border-collapse: collapse" bordercolor="#ff00ff" height="10" bordercolordark="#ffff00" cellpadding="0" width="162" bgcolor="#cc3300" bordercolorlight="#00ff00" border="0">
                <tbody>
                    <tr>
                        <td bgcolor="#cc3300">
                        <p align="left"><font style="font-size: 10pt" face="Comic Sans MS" color="#ff9900"><strong>-Link7</strong></font></p>
                        </td>
                    </tr>
                </tbody>
            </table>
            <table id="table27" style="border-collapse: collapse" bordercolor="#ff00ff" height="10" bordercolordark="#ffff00" cellpadding="0" width="162" bgcolor="#cc3300" bordercolorlight="#00ff00" border="0">
                <tbody>
                    <tr>
                        <td bgcolor="#cc3300">
                        <p align="left"><font style="font-size: 10pt" face="Comic Sans MS" color="#ff9900"><strong>-Link8</strong></font></p>
                        </td>
                    </tr>
                </tbody>
            </table>
            </td>
        </tr>
    </tbody>
</table>
</div>

************************************************************************

SAYFAYI KAPAT KODU GÜZEL

Kod:
<a href="javascript:window.close();"><img border="0" alt="" src="http://80.190.202.79/pic/w/well-come-to-hell/sayfakapat.png" /></a>

************************************************************************

DİJİTAL SAAT

Kod:
<span id=tick2>
</span>

 <script>
 <!--

/*
Live Text Clock Script-
©️ Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/

 function show2(){
 var Digital=new Date()
 var hours=Digital.getHours()
 var minutes=Digital.getMinutes()
 var seconds=Digital.getSeconds()
 var dn="AM"
 if (hours>12){
 dn="PM"
 hours=hours-12
 }
 if (hours==0)
 hours=12
 if (minutes<=9)
 minutes="0"+minutes
 if (seconds<=9)
 seconds="0"+seconds
 var ctime="<b><font face='Verdana' color='#8000FF'>"+hours+":"+minutes+":"+seconds+" "+dn+"</font></b>"
 if (!document.all)
 document.write(ctime)
 else
 tick2.innerHTML=ctime
 }
 function loadclock(){
 if (document.all)
 setInterval("show2()",1000)
 }
 if (!document.all)
 show2()
 //-->
 </script>

************************************************************************
Hadiya
Geri: Html Kod Arşivi
Mesaj Çarş. 08 Nis. 2009, 19:49 tarafından Hadiya
ALARIMLI SAAT

Kod:
<!---<head> Başlangıcı  --->
<script language="javascript">
<!-- Copyright 2002, Sandeep Gangadharan (sivam( at )bol.net.in) -->
<!-- URL: http://www.sivamdesign.com/home/ -->
<!-- Modified by http://www.javascriptkit.com for music functionality-->

//Enter path to mid file to play /
var musicsrc="apollo13.mid"

function sivamtime() {
  now=new Date();
  hour=now.getHours();
  min=now.getMinutes();
  sec=now.getSeconds();

if (min<=9) {
  min="0"+min;
 }
if (sec<=9) {
  sec="0"+sec;
 }
if (hour>12) {
  hour=hour-12;
  add="pm";
 }
else {
  hour=hour;
  add="am";
 }
if (hour==12) {
  add="pm";
 }
if (hour==00) {
  hour="12";
 }

  document.hours.clock.value = (hour<=9) ? "0"+hour : hour;
  document.minutes.clock.value = min;
  document.seconds.clock.value = sec;
  document.ampm.clock.value= add;
 setTimeout("sivamtime()", 1000);

}

playit=false
//PLAY MUSIC function by http://www.javascriptkit.com
function playmusic(){
musicwin=window.open("","","width=100,height=100")
if (navigator.appName=="Microsoft Internet Explorer")
musicwin.document.write('<bgsound src='+'"'+musicsrc+'"'+' loop="infinite">')
else
musicwin.document.write('<embed src=\"'+musicsrc+'\" hidden="true" border="0" width="20" height="20" autostart="true" loop="true">')
musicwin.document.close()
}

function soundcheck(cbox){
playit=cbox.checked
}

function alarm() {
    note = document.arlm.message.value;
    if (note == '') {note = 'ALARM!!';}

    hrs = document.arlm.hr.value;
    min = document.arlm.mts.value;
    apm = document.arlm.am_pm.value;

 if ((document.hours.clock.value == hrs) &&
    (document.minutes.clock.value == min) &&
    (document.ampm.clock.value == apm)) {
    if (playit)
    playmusic()
    else
    alert(note);
    return false}

 if (hrs == '') {alert('Saat kısmı boş!'); return false}
 if (min == '') {alert('Dakika kısmı boş!'); return false}
 if (apm == '') {alert('am/pm kısmı boş!'); return false}

 if (hrs.length == 1) {document.arlm.hr.value = '0' + hrs}
 if (min.length == 1) {document.arlm.mts.value = '0' + min}
 if (hrs.length > 2) {alert('Saat yanlış yazılmış!'); return false}
 if (min.length > 2) {alert('Dakika yanlış yazılmış!'); return false}
 if (apm != 'am' && apm != 'pm' ) {alert('am/pm yanlış yazılmış'); return false}

 setTimeout("alarm()", 1000);}

</script>
<!---<head> Sonu  --->
<BODY bgColor=#ebe2d3 onLoad="sivamtime()">
 <table border="1" align="center" bgcolor="#fff4f4" cellspacing="0" cellpadding="2" width="136">
      <tr>
        <td colspan="4">
                <font size="1" face="verdana, arial, helvetica, ms sans serif">
                  <b>Şu an</b>
                </font>
              </td>
            </tr>
      <tr>
        <td>
      <form name="hours">
            <p><input type="text" size="2" name="clock"></p>
            </form>
        </td>
        <td>
      <form name="minutes">
            <p><input type="text" size="2" name="clock" /></p>
            </form>
        </td>
        <td>
      <form name="seconds">
            <p><input type="text" size="2" name="clock" /></p>
            </form>
        </td>
        <td>
      <form name="ampm">
            <p><input type="text" size="2" name="clock" /></p>
            </form>
        </td>
      </tr>
    </table>


        <table border="1" align="center" bgcolor="#fff4f4" cellspacing="0" cellpadding="2" width="166">
            <tr>
        <td colspan="3">
    <form name="arlm">
                <font size="1" face="verdana, arial, helvetica, ms sans serif">
                  <b>Alarm Zamanı</b>
                </font>
              </td>
            </tr>
            <tr align="center">
        <td>
                <font size="1" face="verdana, arial, helvetica, ms sans serif">
                    Saat
                </font>
              </td>
        <td>
                <font size="1" face="verdana, arial, helvetica, ms sans serif">
                    Dakika
                </font>
              </td>
        <td>
                <font size="1" face="verdana, arial, helvetica, ms sans serif">
                    am/pm
                </font>
              </td>
            </tr>
      <tr align="center">
        <td>
            <input type="text" size="2" name="hr" onFocus="select()" />

        </td>
        <td>
              <input type="text" size="2" name="mts" onFocus="select()" />
        </td>
        <td>
            <input type="text" size="2" value="am" name="am_pm" onFocus="select()" />
        </td>
      </tr>
            <tr align="left">
        <td colspan="3">
                <font size="1" face="verdana, arial, helvetica, ms sans serif">
                    Mesaj
                </font>
              </td>
            </tr>
      <tr align="left">
              <td colspan="3">
                <input type="text" size="15" value="Uyan!" name="message" /><br>
<input type="checkbox" name="C1" value="ON" onClick="soundcheck(this)"> <font size="1" face="verdana, arial, helvetica, ms sans serif">Müzik Çalsın</font>
        </td>
      </tr>
            <tr>
        <td align="center" colspan="3">
            <input style="" type="button" size="2" value="Alarmı çalıştır" onClick="alarm()" />
        </td>
      </tr>
      <tr>
        <td align="center" colspan="3">
            <input type="button" size="2" value="Sıfırla" onClick="reset()" />
        </td>
            </tr>
    </table>
    </form>
Hadiya
Geri: Html Kod Arşivi
Mesaj Çarş. 08 Nis. 2009, 19:50 tarafından Hadiya
SAĞDA GİZLENMİŞ MENÜ GÜZEL

Kod:
<p><!--l version="1.0" encoding="WINDOWS-1254-->
            <FCK:meta content="text/html; charset=WINDOWS-1254" http-equiv="Content-Type"  />
            <link href="index.php" rel="index" />
            <link href="misc.php?action=faq" rel="help" />
            <link href="search.php" rel="search" />
            <link href="javascript:self.scrollTo(0,0);" rel="up" />
            <link href="http://www.woltlab.de" rel="copyright" /><style type="text/css">
            <!--
            body {
            color: #aaff0d;
            background-color: #;
            font-family: tahoma,helvetica;
            );
            }
            body a:link, body a:visited, body a:active {
            color: #;
            text-decoration: none;
            }
            body a:hover {
            color: ;
            text-decoration: underline;
            background-image: url();
            POSITION: relative; TOP: 1.0px; LEFT: 1.0px;
            }
            .mainpage {
            background-color: #ffffff;
            }
            .tableoutborder {
            background-color: #ffffff;
            }
            .tableinborder {
            background-color: #ffffff;
            }
            .threadline {
            color: #ffffff;
            background-color: #ffffff;
            height: 1px;
            border: 0;
            }
            .tabletitle {
            color: #000000;
            background-color: #11181F;
            background-image: url(images/esoes_LED/cellpic.gif);
            }
            .tabletitle_fc {
            color: #FFFFFF;
            }
            .inposttable {
            background-color: #253140;
            }
            .tabletitle a:link, .tabletitle a:visited, .tabletitle a:active {
            color: #FFFFFF;
            text-decoration: none;
            }
            .tabletitle a:hover {
            color: #BAC3CC;
            text-decoration: underline;
            background-image: url('images/esoes_Led/linkback.gif');
            POSITION: relative; TOP: 1.0px; LEFT: 1.0px;
            }
            .smallfont {
            font-size: 10px;
            font-family: tahoma,helvetica;
            color: #aaff0d;
            }
            .normalfont {
            font-size: 14px;
            font-family: tahoma,helvetica;
            color: #FFFFFF;
            }
            .tablecat {
            color: #FFFFFF;
            background-color: #303F53;
            background-image: url(images/esoes_LED/catpic.gif);
            }
            .tablecat_fc {
            color: #FFFFFF;
            }
            .tablecat a:link, .tablecat a:visited, .tablecat a:active {
            color: #FFFFFF;
            text-decoration: none;
            }
            .tablecat a:hover {
            color: #BAC3CC;
            text-decoration: underline;
            background-image: url('images/esoes_Led/linkback.gif');
            POSITION: relative; TOP: 1.0px; LEFT: 1.0px;
            }
            .tableb {
            color: #FFFFFF;
            background-color: #253140;
            }
            .tableb_fc {
            color: #FFFFFF;
            }
            .tableb a:link, .tableb a:visited, .tableb a:active {
            color: #FFFFFF;
            text-decoration: none;
            }
            .tableb a:hover {
            color: #BAC3CC;
            text-decoration: underline;
            background-image: url('images/esoes_Led/linkback.gif');
            POSITION: relative; TOP: 1.0px; LEFT: 1.0px;
            }
            .tablea {
            color: #FFFFFF;
            background-color: #222D3A;
            }
            .tablea_fc {
            color: #FFFFFF;
            }
            .tablea a:link, .tablea a:visited, .tablea a:active {
            color: #37a6dd;
            text-decoration: none;
            }
            .tablea a:hover {
            color: #aaff0d;
            text-decoration: underline;
            background-image: url('images/esoes_Led/linkback.gif');
            POSITION: relative; TOP: 1.0px; LEFT: 1.0px;
            }
            .prefix {
            color: #FFFFFF;
            }
            .time {
            color: #FFFFFF;
            }
            .highlight {
            color: #FFFFFF;
            }
            select {
            font-size: 11px;
            font-family: tahoma,helvetica;
            color: #FFFFFF;
            background-color: #2D3C4D;
            }
            textarea {
            font-size: 11px;
            font-family: tahoma,helvetica;
            color: #FFFFFF;
            background-color: #2D3C4D;
            }
            .input {
            font-size: 11px;
            font-family: tahoma,helvetica;
            color: #FFFFFF;
            background-color: #2D3C4D;
            }
            .publicevent {
            color: #FFFFFF;
            }
            .privateevent {
            color: #FFFFFF;
            }
            .hoverMenu {
            display: none;
            position: absolute;
            z-index: 10;
            padding: 5px;
            border: 1px solid #000000;
            color: #FFFFFF;
            background-color: #222D3A;
            }
            .hoverMenu ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            }
            .hoverMenu ul li {
            text-align: left;
            padding: 0;
            }
            a:hover{background-image:url('images/esoes_LED/linkback.gif');}
            A:hover { POSITION: relative; TOP: 1.0px; LEFT: 1.0px; }
            form {
            padding:0px;
            margin:0px;
            }
            pre {
            padding:0px;
            margin:0px;
            font-family: Courier new;
            font-size: 11px;
            }
            .top_bg { background-image: url(images/esoes_LED/top_bg.gif); }
            .obenmitte {
            background-image: url(images/esoes_LED/obenmitte.gif);
            }
            .untenmitte {
            background-image: url(images/esoes_LED/untenmitte.gif);
            }
            .footer_bg {
            background-image: url(images/esoes_LED/footer_bg.gif);
            }
            BODY { SCROLLBAR-BASE-COLOR: #1B2530; SCROLLBAR-ARROW-COLOR: #FFFFFF}
            --></style><script language=javascript>
            NS6 = (document.getElementById&&!document.all)
            IE = (document.all)
            NS = (navigator.appName=="Netscape" && navigator.appVersion.charAt(0)=="4")
            moving=setTimeout('null',1);
            lastY = 0;
            function moveOut() {
            if ((NS6 && parseInt(ssm.left)<0)||(IE && ssm.style.pixelLeft<0)||(NS && document.ssm.left<0))
            {
            clearTimeout(moving);moving = setTimeout('moveOut()', slideSpeed)
            if (NS6){
            ssm.left = parseInt(ssm.left)+10+"px";
            }
            if (IE){
            ssm.style.pixelLeft += 10;
            }
            if (NS){
            document.ssm.left += 10;
            }
            } else {
            clearTimeout(moving);
            moving=setTimeout('null',1);
            }
            }
            function moveBack(){
            clearTimeout(moving);
            moving = setTimeout('moveBack1()', waitTime);
            }
            function moveBack1() {
            if ((NS6 && parseInt(ssm.left)>(-menuWidth))||(IE && ssm.style.pixelLeft>(-menuWidth))||(NS && document.ssm.left>(-menuWidth)))
            {
            clearTimeout(moving);moving = setTimeout('moveBack1()', slideSpeed);
            if (NS6){
            ssm.left = parseInt(ssm.left)-10+"px";
            }
            if (IE){
            ssm.style.pixelLeft -= 10;
            }
            if (NS){
            document.ssm.left -= 10;
            }
            } else {
            clearTimeout(moving);moving=setTimeout('null',1)
            }
            }
            function makeStatic() {
            if (NS6) {
            winY = window.pageYOffset;
            }
            if (IE) {
            winY = document.body.scrollTop;var NM=document.all('ssm').style
            }
            if (NS){
            winY = window.pageYOffset;var NM=document.ssm
            }
            if (NS6||IE||NS){
            if (winY!=lastY&&winY>YOffset-staticYOffset){
            smooth = .2 * (winY - lastY - YOffset + staticYOffset);
            } else if(YOffset-staticYOffset+lastY>YOffset-staticYOffset) {
            smooth = .2 * (winY - lastY);
            } else {
            smooth=0
            }
            if(smooth > 0) smooth = Math.ceil(smooth);
            else smooth = Math.floor(smooth);
            if (NS6) ssm.top=parseInt(ssm.top)+smooth+"px"
            if (IE) NM.pixelTop+=smooth;
            if (NS) NM.top+=smooth;
            lastY = lastY+smooth;
            setTimeout('makeStatic()', 1)
            }
            }
            function initSlide() {
            if (NS6){
            ssm=document.getElementById("ssm").style
            ssm.visibility="visible";
            ssm.left = -menuWidth + "px";    ;
            } else if (IE) {
            ssm.style.visibility = "visible"
            ssm.style.pixelLeft = -menuWidth;
            } else if (NS) {
            document.ssm.left = -menuWidth;
            document.ssm.visibility = "show"
            }
            if (menuIsStatic=="no") makeStatic();
            }
            function startMenu(menuHeader, barText) {
            if (IE||NS6) {
            document.write('<div id="ssm" style="visibility:hidden;position : absolute ;left : 0px ;top : '+YOffset+' ;Z-Index : 20;width:1px" onmouseover="moveOut()" onmouseout="moveBack()">')
            }
            if (NS) {
            document.write('<span class="tablea" layer visibility="hide" top="'+YOffset+'" name="ssm" left="0" onmouseover="moveOut()" onmouseout="moveBack()">')
            }
            if (NS6){
            document.write('<table border="0" cellpadding="0" cellspacing="0" width="'+(menuWidth+barWidth+2)+'" span class="tablea"><tr><td>')
            }
            tempBar=""
            for (i=0;i<barText.length;i++) {
            tempBar+=barText.substring(i, i+1)+"<br>"
            }
            document.write('<table cellpadding="0" cellspacing="2" width="'+(menuWidth+barWidth+2)+'" border="0" class="tableinborder"><tr><td class="tabletitle" width="'+(menuWidth-1)+'" height="6" align="center" valign="center"> <span class="smallfont"><b>'+menuHeader+'</b></span></td><td align="center" rowspan="100" width="'+barWidth+'" span class="tableb" valign="center"><p align="center"><span class="smallfont"><b>'+tempBar+'</b></span></p></td></tr>')
            }
            function addItem(text, link, target) {
            if ( !target ) {
            target = '_self';
            } else {
            target = '_blank';
            }
            document.write('<tr>');
            document.write('<td span class="tablea" width="'+(menuWidth-1)+'">');
            document.write('<ilayer><layer width="100%" align="center">');
            document.write('<div align="center">');
            document.write('<a href="'+link+'" class="ssmItems" target='+target+'>');
            document.write('<span class="smallfont"> '+text+'</span></div></a>');
            document.write('</layer></ilayer></td></tr>');
            }
            function addHdr(text) {
            document.write('<tr><td span class="tabletitle" height="6" align="center" valign="center" width="'+(menuWidth-1)+'"> ');
            document.write('<span class="smallfont"><b>'+text+'</b></span></td></tr>')
            }
            function endMenu() {
            document.write('</table>')
            if (NS6){document.write('</td></tr></table>')}
            if (IE||NS6) {document.write('</div>')}
            if (NS) {document.write('</layer>')}
            if (NS6||IE||NS) setTimeout('initSlide();', 100)
            }
            //-->
            YOffset=20; // no quotes!!
            staticYOffset=20; // no quotes!!
            slideSpeed=20 // no quotes!!
            barWidth=20; // no quotes!!
            waitTime=1000; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
            menuWidth=100; // Must be a multiple of 10! no quotes!!
            menuIsStatic="no";
            linkTarget="_self";
            startMenu("menü","Hızlı menü")
            addItem("Güncel","linki yaz");
            addItem("Spor","linki yaz");
            addItem("Cep Telefonu","linki yaz");
            addItem("Programlar","linki yaz");
            addItem("MP3","linki yaz");
            addItem("Sohbet","linki yaz");
            addItem("Oyunlar","linki yaz");
            addItem("CSS Tasarım","linki yaz");
            addItem("HTML Kodları","linki yaz");
            addHdr("ste adresin");
            endMenu()
            </script></p>
Hadiya
Geri: Html Kod Arşivi
Mesaj Çarş. 08 Nis. 2009, 20:06 tarafından Hadiya
ÜZERİNE GELİNCE SES ÇIKARAN SAAT

Kod:
<!--- inicio codigo relojesflash.com--->  <center><table border="0"><tr><td><a href="http://www.relojesflash.com" _fcksavedurl="http://www.relojesflash.com" _fcksavedurl="http://www.relojesflash.com" _fcksavedurl="http://www.relojesflash.com" _fcksavedurl="http://www.relojesflash.com" _fcksavedurl="http://www.relojesflash.com" _fcksavedurl="http://www.relojesflash.com" _fcksavedurl="http://www.relojesflash.com" _fcksavedurl="http://www.relojesflash.com" _fcksavedurl="http://www.relojesflash.com" _fcksavedurl="http://www.relojesflash.com" _fcksavedurl="http://www.relojesflash.com" _fcksavedurl="http://www.relojesflash.com" title="relojes web">  <embed style="" src="http://www.relojesflash.com/swf/clock134.swf" wmode="transparent  " type="application/x-shockwave-flash" height="150" width="150"><param name=wmode value  =transparent><noembed>patrocinado por: <a href="http://www.wikizapping.com" _fcksavedurl="http://www.wikizapping.com" _fcksavedurl="http://www.wikizapping.com" _fcksavedurl="http://www.wikizapping.com" _fcksavedurl="http://www.wikizapping.com" _fcksavedurl="http://www.wikizapping.com" _fcksavedurl="http://www.wikizapping.com" _fcksavedurl="http://www.wikizapping.com" _fcksavedurl="http://www.wikizapping.com" _fcksavedurl="http://www.wikizapping.com" _fcksavedurl="http://www.wikizapping.com" _fcksavedurl="http://www.wikizapping.com" _fcksavedurl="http://www.wikizapping.com">videos</a>  <a href="http://www.wikifotos.es" _fcksavedurl="http://www.wikifotos.es" _fcksavedurl="http://www.wikifotos.es" _fcksavedurl="http://www.wikifotos.es" _fcksavedurl="http://www.wikifotos.es" _fcksavedurl="http://www.wikifotos.es" _fcksavedurl="http://www.wikifotos.es" _fcksavedurl="http://www.wikifotos.es" _fcksavedurl="http://www.wikifotos.es" _fcksavedurl="http://www.wikifotos.es" _fcksavedurl="http://www.wikifotos.es" _fcksavedurl="http://www.wikifotos.es" _fcksavedurl="http://www.wikifotos.es">fotos</a> <a href="http://www.planetanuncios.com/es/  categorias/lst/35/motor" _fcksavedurl="http://www.planetanuncios.com/es/  categorias/lst/35/motor" _fcksavedurl="http://www.planetanuncios.com/es/  categorias/lst/35/motor" _fcksavedurl="http://www.planetanuncios.com/es/  categorias/lst/35/motor" _fcksavedurl="http://www.planetanuncios.com/es/  categorias/lst/35/motor" _fcksavedurl="http://www.planetanuncios.com/es/  categorias/lst/35/motor" _fcksavedurl="http://www.planetanuncios.com/es/  categorias/lst/35/motor" _fcksavedurl="http://www.planetanuncios.com/es/  categorias/lst/35/motor" _fcksavedurl="http://www.planetanuncios.com/es/  categorias/lst/35/motor" _fcksavedurl="http://www.planetanuncios.com/es/  categorias/lst/35/motor" _fcksavedurl="http://www.planetanuncios.com/es/  categorias/lst/35/motor" _fcksavedurl="http://www.planetanuncios.com/es/  categorias/lst/35/motor" _fcksavedurl="http://www.planetanuncios.com/es/  categorias/lst/35/motor">coches</a></noembed></a></td></tr><tr><td align="center">  </td></tr></table><center>  <!--- fin codigo relojesflash.com--->

************************************************************************

ÇOK KANALLI RADİO

Kod:
<center><iframe name="genisradio" marginwidth="0" marginheight="0" height="229" width="508" scrolling="no" src="http://www.izle.tv/radyoplayerx.asp" border="1" frameborder="0" style="border: 1px solid #C0C0C0; padding-left: 0">
            </iframe></center>

************************************************************************
 

Html Kod Arşivi

Sayfa başına dön 

1 sayfadaki 1 sayfası

 Similar topics

-
» fare efek html kodu - mause effec html kodu
» Radyo Html Kodları
» Ateşli Link html css kodu

Bu forumun müsaadesi var:Bu forumdaki mesajlara cevap veremezsiniz
forumdll.benimforum.biz :: Donanım-Yazılım-İşletim Sistemi :: Web Tasarım Servisleri-
Buraya geçin: