steo: probleme mit tabellen

Beitrag lesen

Ok nochmal
 in der Übung von Selfhtml ist dieser Quellcode Vorhanden
___________________________________________________________________
<html><head><title>table-layout</title>
</head><body bgcolor="FFFFFF" text="#000000">

<table border="1" style="table-layout:fixed">
<colgroup span="3" style=""></colgroup>
<tr>
<td style="width:100px">123456789012345678901234567890123456789012345678901234567890</td>
<td style="width:200px">123456789012345678901234567890123456789012345678901234567890</td>
<td style="width:300px">123456789012345678901234567890123456789012345678901234567890</td>
</tr>
</table>

</body></html>
___________________________________________________________________

Der Funktioniert auch und is ja alles schön und gut aber nur nicht im CSS Format, sondern halt alles in html.
Was muss ich in die CSS datei reinschreiben damit ich das selbe erreiche wie mit der dritten Zeile: <table border="1" style="table-layout:fixed"> in HTML hab ich es verstanden nur wie man es im CSS macht weiss ich nicht. Mein Lehrer ist auch demhinsichtlich ratlos.