Drupal border-spacing
In my version of Drupal (5.something), with the theme I’m using (B7), if you try to set the distance between table cells using CSS border-spacing, this has no effect. You have to also set border-collapse: separate;
In my version of Drupal (5.something), with the theme I’m using (B7), if you try to set the distance between table cells using CSS border-spacing, this has no effect. You have to also set border-collapse: separate;
August 24th, 2008 at 08:56
Thank you! This helped me out!