table for ... wait for it ... tabular data. It seems like a heck of a lot of overhead, zillions of tags, though, for something relatively simple. It irritates me, too.Float both the dt and dd to the left, but then do a clear: left; on the dt.float: left; and some predefined widths set, but I found this approach fragile and clumsy.<div class="tabbed">
<span>alpha</span><span>beta</span><span>gamma</span><span>delta</span>
</div>
.tabbed span {
width: 10em;
display: inline-block;
}word-spacing? Combined with line-height?<table>
<thead>
<tr>
<th scope="col">Title</th>
<th scope="col">Author</th>
<th scope="col">Relationship</th>
<th scope="col">Stars</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row"><cite>Book Title</cite></th>
<td>John Q. Author</td>
<td>50%</td>
<td>***</td>
</tr>
</tbody>
</table>TRs for each book.You are not logged in, either login or create an account to post comments
posted by willnot at 11:00 AM on March 5