Forum Moderators: not2easy
tr{
border-bottom:1px solid #000;
}
...will get you a border on the bottom of all your table rows. As for whether or not to use tables, that's really your judgement call. For me, the decision is always based on how the information will be best understood. If putting it into a table makes it easier to understand the relationship between the information, it's tabular. If, however, the table layout is merely a means to a visual end, I would not personally recommend using tables to display it. Others, of course, may disagree.
cEM