Page 1 of 1

HTML Table ID

Posted: Tue Oct 31, 2023 3:32 am
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?


Re: HTML Table ID

Posted: Tue Oct 31, 2023 9:47 am
by arbei

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