tags:

views:

27

answers:

1

I want to have a table border that encompasses the entire table except for the first row.

Is there any way to do this?

+3  A: 

Put a border around a <tbody> instead, and make the first row a <thead>? (Adding thead/tbody if necessary?)

Amber