Herojoker: Tabellen in externer CSS formatieren

Beitrag lesen

<table border="2" width="75%" bordercolor="#000000" cellspacing="2" cellpadding="0">
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>

............................................
Ich möchte genau diese Tabelle per externer .CSS formatieren!
Dort sollen also Größe (horizontal), Rahmendicke usw. definiert werden!

herojoker

Klickt auf meiner Seite doch mal auf Bilder...
Dort findet ihr genau diese Tabelle!
Ich möchte sie so in einer css datei deklarieren dass es in html nur noch so aussieht:

<table class="tabelle1">....

Leider weiss ich noch nicht so richtig was es mit <td> <tr> <th> auf sich hat! Muss ich in der CSS datei dann auch dafür noch Styles anlegen ?

herojoker