I just discovered, while using Adobe ImageReady CS2 to slice a webpage image layout, that we can save using CSS tables. To my dismay, if you place the CSS table inside a regular table cell, its position stays absolute, causing it to float out of place somewhere over the page. So I stayed out of the CSS Zen Garden. It's difficult to implement it as nested tables.
Any workaround besides adjusting the absolute position of the CSS table? Is there a way to nest another table inside a CSS table?