Viennamade: Tabellenformatierung

Beitrag lesen

Hallo!

Im head-Abschnitt einen CSS-Abschnitt einbringen:
<style type="text/css">
<!--
/*  ... Hier werden die Formate definiert ... */
#bla {table-layout:fixed;border-bottom:1px black }
#bla col.x {width:150px;}
#bla col.klq {width:94px;}
-->
</style>

Und im body-Abschnitt:

<table id="bla" ....
<colgroup>
<col class="x" />
<col class="klq" />
<col class="klq" />
....

Und das findest Du alles wunderbar im selfhtml erklärt.

Beste Grüße
Viennamde