Skip to content

HTML)How can I combine the heights of the tables equally? #21479

Discussion options

You must be logged in to vote

Hello @StiveHum, welcome to the GitHub Support Community!

You can adjust the height of all table cells in a row with the style attribute. Like this for example:

<td style="height:100px;">table cell</td>

Tables are designed to be flexible, however, so this will only set a minimum height.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants