pisico
🌱Yeni Üye🌱
- Katılım
- 23 Ağu 2009
- Mesajlar
- 12
- Tepkime puanı
- 1
Html Kod Editörü
Sitenizde Html Yayınlıyorsanız bu html kod sayesinde ziyeretçileriniz kod önizlemesi yapabilecek... :wink:
Sitenizde Html Yayınlıyorsanız bu html kod sayesinde ziyeretçileriniz kod önizlemesi yapabilecek... :wink:
Kod:
<h2 id="title"><span>HTML KOD EDITORU</span></h2>
<div style="text-align: center;"> </div>
<table style="border: 1px solid rgb(149, 148, 146); background: rgb(235, 235, 234) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 500px;">
<tbody>
<tr>
<td valign="top">
<form method="post" name="form1">
<textarea style="border: 1px solid rgb(185, 184, 182); padding: 5px; width: 200px; height: 200px;" onclick="focus(this.code)" name="code">HTML KODLARINI DENEMEK İÇİN KODLARI BURAYA KOPYALA/YAPIŞTIR YOLUYLA KODLARIN ÖN İZLEMESİNİ KONTROL EDEBİLİRSİNİZ... </textarea>
</form>
</td>
<td valign="top"><iframe frameborder="0" style="border: 1px solid rgb(185, 184, 182); background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 200px; height: 200px;" name="preview" src="about:blank"></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 id="counter"> </div>
<div id="post_content"> </div>
<div id="sidebar_container">
<h2 id="sidebar_heading"> </h2>
<div id="sidebar_content"> </div>
</div>