I want to set the Tables width to be equal to the width of the browser. I am using Tables for layout, so it scrunches to the side rather than actually centering. I could make a required width that looked nice, but I would prefer it to just resize.
Printable View
I want to set the Tables width to be equal to the width of the browser. I am using Tables for layout, so it scrunches to the side rather than actually centering. I could make a required width that looked nice, but I would prefer it to just resize.
Use a percent on the table width instead of a fixed width. A setting of 100% would stretch to cover the all avaliable space. And it'll resize as the browser's width is resized.