tablo kenarlarını gizleme

Kodla Büyü

dervisahmet

Seçkin Üye
Seçkin Üye
Mesajlar
868
tablo kenarlarını gizlemek için tr lere td lere border:hidden kullanıyom tek tek
bunun kısa yolu yok mu arkadaşlar?
 
Kod:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<table width="200" border="0" bordercolor="#ffffff">
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>

  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>

    <td>&nbsp;</td>
  </tr>
</table>
</body>
</html>
al oldu böle
 
htoprak3232' Alıntı:
Kod:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<table width="200" border="0" bordercolor="#ffffff">
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>

  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>

    <td>&nbsp;</td>
  </tr>
</table>
</body>
</html>
al oldu böle

teşekkürler
ben rengi unutuyomuşum 0 yapsam da görünüyodu.
 
BBNET
Geri
Üst