I have found buried away in the table accessibility options a textbox for specifying the number of header rows, can I set a default value for this so that it creates new tables with a header row as default?
Ideally what I'd like a table to default to is:
Cheers,
Nick
Ideally what I'd like a table to default to is:
| <table> |
| <thead> |
| <tr> |
| <th></th> |
| <th></th> |
| <th></th> |
| <th></th> |
| </tr> |
| </thead> |
| <tbody> |
| <tr> |
| <td></td> |
| <td></td> |
| <td></td> |
| <td></td> |
| </tr> |
| ..... |
| </tbody> |
| </table> |
Cheers,
Nick
