> -----Original Message-----
> From: mdrisser [mailto:[EMAIL PROTECTED] 

> It really depends upon how you're going about trying to add the bottom
> border. The best way would be to either put the bottom border in
> #chemTable tr { border-bottom: 1px solid #000;} or add a bottom border
> to your add and even classes. (i.e. .odd, .even {border-bottom: 1px
> solid #000;}  That is assuming that each 'set' represented above is in
> a single row.

Sorry - should have clarified a bit more - each 'set' is two rows...

So what I'm ending up with is:

tr class="odd"
tr class="odd"
tr class="even"
tr class="even"
tr class="odd"
tr class="odd"

Which is what I want - now I just want to apply the border to the second
row of each set.

Jim

Reply via email to