I've searched through the net and can not figure this out.
I have a nested table and would like to set the width of the first td to be automated so that the first table width is the same as the second table. I'll try to explain in the code below.
Full html code is here (http://pastebin.com/KEMPJscU) where the automate width is empty (<td style="">
). I would like to set that width to be automated.
The reason that I would like to do this is that the table 2 width is set by a script (that I have no control over).