Hi,

I have a table of tables, and those tables grab their contents dynamically so their <tr>'s and <td>'s change height dynamically.

I was wondering if there is any CSS property or way to keep their <tr> heights fixed because depending on the content they grab their heights change.

Thank you.

Just put it in your CSS

tr{
  .........
}
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.