![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is it possible to auto-number rows of a table, similar to how <LI> is used to number a series of lines? |
#3
| |||
| |||
|
|
Dave gestand: Is it possible to auto-number rows of a table, similar to how <LI is > used to number a series of lines? From one of my diagnostic user stylesheets: tr:before { content: counter(tr) !important; counter-increment: tr !important; padding: 0 3px !important; display: table-cell !important; } |
![]() |
| Thread Tools | |
| Display Modes | |
| |