![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
How can I make the gridlines (not the regular table border, line border-collapse) show the same as the css border (solid thin black)? In other words, I don't want the border JUST around the outside of the table - I want the gridlines to be like the border. |
#3
| |||
| |||
|
|
In article <3f970$4929e7e3$8518 (AT) news (DOT) teranews.com>, "Seth Watson" <what43 (AT) yahoo (DOT) com> wrote: How can I make the gridlines (not the regular table border, line border-collapse) show the same as the css border (solid thin black)? In other words, I don't want the border JUST around the outside of the table - I want the gridlines to be like the border. table {border-collapse: collapse;} td {border: 1px solid;} |
#4
| |||
| |||
|
|
table {border-collapse: collapse;} td {border: 1px solid;} td, th {border: thin solid black} |
![]() |
| Thread Tools | |
| Display Modes | |
| |