Full width tables using CSS?
Tuesday, August 10th, 2004Has anybody found a way to make a table with a margin fill up all horizontal space (the same way a div does) using CSS and no extra markup?
Because of the way the box model is defined, using a width of 100% only works if the table has no margin, otherwise, the table is the […]