In visual studio 2010 and 11 beta if you have a table like this one:
<div style="display:table">
<div style="display: table-row">
<div style="display: table-cell">(row 1 cell 1)</div>
<div style="display: table-cell">(row 1 cell 2)</div>
</div>
<div style="display: table-row">
<div style="display: table-cell">(row 2 cell 1)</div>
<div style="display: table-cell">(row 2 cell 2)</div>
</div>
</div>
In the Visual Designer is seen like this:
In the browser is shown correctly:
Anyone knows if it will be supported in the stable version of visual 11? or if there is a patch/plugin/extension/trick that makes it display correctly in the designer (for visual 2010 or 11)?