Forum'da ara:
Ara


Yazar Mesaj
Mesaj18.09.2010, 10:14 (UTC)    
Mesaj konusu: tablo kodu

arkadaşlar güzel bir mavi tablo kodu verirmisiniz
______________
Mesaj18.09.2010, 23:31 (UTC)    
Mesaj konusu:

Belki İşini Görür Smile
Kod:
<table border="20" width="1000" height="100" id="myexample" style="border:5px solid green">
<tr>
<td><br>BU ALANA YAZACAGINIZ YAZI CERCEVE İÇERİSİNDE GÖRÜNECEKTİR örnek  www.html-kodbankasi.tr.gg GİBİ<br><br></td>
</tr>
</table>
<script language="JavaScript1.2">
<!--
/*
Flashing Table Border Script- © html-kodbankasi(www.html-kodbankasi.tr.gg)
*/
//configure interval btw flash (1000=1 second)
var speed=500
function flashit(){
var crosstable=document.getElementById? document.getElementById("myexample") : document.all? document.all.myexample : ""
if (crosstable){
if (crosstable.style.borderColor.indexOf("green")!=-1)
crosstable.style.borderColor="blue"
else
crosstable.style.borderColor="green"
}
}
setInterval("flashit()", speed)
//-->
</script></body></html>
Mesaj20.09.2010, 15:51 (UTC)    
Mesaj konusu: off

ya bu kodları nereye yazıcaz ya ?
Mesaj23.09.2010, 02:50 (UTC)    
Mesaj konusu: TABLO

BEYLER TABLONUN ICINE YAZI YAZNCA TABLO BOYUTU BOZULUYOR YARDIM EDIN OZELDEN ULASIRSANIZ SEVINIRM SMDIDEN TESEKKRLER.. Rolling Eyes
Önceki mesajları göster:   


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