| <html> | |
| <body> | |
| <table border=2 cellspacing=0 cellpadding=0 width=100%> | |
| <tr><td width=100%>A Big Cell</td> | |
| <td>A small<span>cell</span></td> | |
| </table> | |
| <table border=2 cellspacing=0 cellpadding=0 width=100%> | |
| <tr><td width=100%>A Big Cell</td> | |
| <td style="white-space:pre">A small | |
| <span>cell</span>block!</td> | |
| </table> | |
| <table border=2 cellspacing=0 cellpadding=0 width=100%> | |
| <tr><td width=100%>A Big Cell</td> | |
| <td style="white-space:nowrap">A small<span>cell</span></td> | |
| </table> |