SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to center the th of all tables: table th{ text-align: center; }
table th{ text-align: center; }
If you only want to center the th of a table with a determined id: table#tableId th{ text-align: center; }
table#tableId th{ text-align: center; }