SyntaxFix
Write A Post
Hire A Developer
Questions
For email templates, inline CSS is the properly used method to style:
<thead> <tr style="color: #fff; background: black;"> <th>Header 1</th> <th>Header 2</th> <th>Header 3</th> </tr> </thead>