2
How do I center the product table? A table has no Id or Class.
I wanted to take the table through javascript and modify its width to align with the header.
But it has id or class. I can only modify the header and footer of the page, so it has to be via javascript.
You could create a minimum example that reproduces the problem, and post the code right here? You can [Edit] the question to include it. Thank you.
– bfavaretto
I wanted to take this element: <table border="0" cellpadding="0" cellspacing="0" width="100%"> , and change the width to align with the header.
– lucas