I have an HTML page that has many nested tables, for example table for header and table for content and another for footer, and each table has some child tables
the problems is that I don’t have access to tables to give them IDs or Classes, I can only attach JavaScript or CSS file to the page (because it’s based on oracle portal) the page is full width, all tables take 100% width,
I want to re-size the tables ( the parents only) to be 1020px width, without touching those tables on with jQuery or CSS.
Any suggestion ?
`$(‘body > table’)’ should give you the immediate table children