Tekil Mesaj gösterimi
  #11
Alt 07.09.2005, 12:17
tuhana
Edep Ya HU

 
tuhana - ait Kullanıcı Resmi (Avatar)
 
Üyelik tarihi: 19.09.2003
Mesajlar: 316
Teşekkür etti: 0
0 Teşekkür 0 Mesaja aldı
stylesheet kullanman gerekiyor (diye anladim)

head taglari arasina su kodlamayi koyman gerekiyor( uyarlamalisiniz)
(body tag ini acmadan)

nachdem du die attribute eingefüügt hast (Schriftart, Schriftgröße usw)
muss du in deiner Tabelle angeben wo genau du diese Eigenschaften benutzen möchtest.
Jede Zeile (td) bekommt dann eine class zugewiesen
(Zeileninhalt, wir dementsprechend angepasst)

[HTML]
<head>

<style type="text/css">
<!--
.farbe1 {
font-family: "Arial";
font-size:
font-weight: normal;
color: #000000;
}
.farbe2 {
font-family: Verdana;
font-weight: bold;
color: #008800;

}


-->
</style>
<head>
<body>

<table>
<tr>
<td class=farbe1>
</td>
</tr>
</table>

<body>
[/HTML]

(hier eine webseite: css )

Wenn du weiterhin Probleme hast dann kopiere doch dein Code hierher...
__________________
Ah!
tuhana isimli Üyemiz şuan sistemimize bağlı değildir. (Offline)   Alıntı ile Cevapla