HTML Table ID

Post Reply
shaunroth
User
Posts: 11

HTML Table ID

Post by shaunroth »

For HTML/CSS modification

There is a table name ID in the HTML for all tables. When you nest the table, that ID is no longer available. This makes writing CSS code for each table very challenging. Can you please add the html table ID even when the table is nested?


arbei
User
Posts: 9384

Post by arbei »

You may use CSS Descendant combinator and/or Child combinator.


Post Reply