Text in my heading should be top not bottom [closed]

Add this to your css:

table th {
   vertical-align: top;
}

Leave a Comment