PDA

View Full Version : Table Row Collapsing when HTML is blank



NoSel
06-27-2011, 10:43 AM
Can someone explain this phenomenon?



If I import the following html into word 2003 I can see both table rows. If I import it into word 2007 or 2010 the second row collapses. The second row can be seen if "show all" is selected. Can anyone tell me if there is a way to turn off this table collapsing thing?



<TABLE>
<TR><TH WIDTH="20%" ALIGN=CENTER>Test table</TH>
<TH WIDTH="80%" ALIGN=CENTER>Test table</TH>
</TR>
<TR><TD WIDTH="20%" ALIGN=CENTER></TD>
<TD WIDTH="80%" ALIGN=CENTER></TD>
</TR>
</TABLE>



Thanks