Search
Close this search box.
Search
Close this search box.

Tables

The contents of a table are center-vertically aligned by default. To change this use:

#my_table td {
    vertical-align: top;
}

To make a particular table column occupy the maximul available space use:

#my_table td_max_id {
    width:100%;
}

Learning Resources