Forums / Cotonti / Skins / [Solved] Tables missing some lines

tensh
#11928 2009-04-30 21:46
Well, tell us where did you append the style that displays border around cell.

In my css stylesheet each <td> has a class (either "odd" or "even"). I put the border definition there, and it's normally displayed.

Also check if table.cells td possibly has "border: none" or "border: 0px". If it has, this might cause a problem.