При использовании тега nowrap содержимое ячейки таблицы не отображается вообще, если ее ширина больше ширины заголовка в таблице.
Вот пример:
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
h1 {margin: 0px 0px 0px; font: 14pt verdana,arial,helvetica;}
body {font: normal 8pt verdana,arial,helvetica; color: #000000}
th {font-size: 10pt; text-align: left; font-weight: bold; background:#A6CAF0}
tr {font-size: 8pt; text-align: left}
.vb {background: #CC99FF}
.vt {background: #CC99FF; color: #008080}
.nb {background: #EEEEE0}
.nv {background: #EEEEE0; text-align: right}
.nt {background: #EEEEE0; text-align: center; font-size: 10pt; font-weight: bold}
.sb {background: #B6E0B6}
.sv {background: #B6E0B6; text-align: right}
.st {background: #B6E0B6; text-align: center; font-size: 10pt; font-weight: bold; color:#007f00}
.fb {background: #E8C8C8}
.fv {background: #E8C8C8; text-align: right}
.ft {background: #E8C8C8; text-align: center; font-size: 10pt; font-weight: bold; color:#ff0000}
</style>
</head>
<body>
<h1>Stress test status: PASSED</h1>
Version: 2.0.202.14<br>
Start time: 11/23/2005 13:04:56<br>
Finish time: 11/23/2005 13:16:33<br>
Duration: 00:11:37<br>
<table border="0" cellpadding="3" cellspacing="2">
<tr>
<th class="vb">Architecture</th>
<th class="vt">amd64</th>
</tr>
<tr>
<th class="vb">FrameworkVersion</th>
<th class="vt">v2.0.50727</th>
</tr>
</table>
<table border="0" cellpadding="3" cellspacing="2">
<tr>
<th>Name</th>
<th style="text-align: center">Status</th>
<th style="text-align: rigth">Elapsed</th>
<th>Comment</th>
</tr>
<tr>
<td class="nb" nowrap>Before tests command</td>
<td class="nt" nowrap>Ok</td>
<td class="nv" nowrap></td>
<td class="nb" nowrap></td>
</tr>
<tr>
<td class="nb" nowrap>Enter/leave test STA</td>
<td class="nt" nowrap>Ok</td>
<td class="nv" nowrap>11.843</td>
<td class="nb" nowrap>VS8</td>
</tr>
<tr>
<td class="nb" nowrap>Enter/leave test MTA</td>
<td class="nt" nowrap>Ok</td>
<td class="nv" nowrap>41.734</td>
<td class="nb" nowrap>VS8</td>
</tr>
<tr>
<td class="nb" nowrap>Exception test STA</td>
<td class="nt" nowrap>Ok</td>
<td class="nv" nowrap>112.610</td>
<td class="nb" nowrap>VS8, Additionally testing flashing</td>
</tr>
<tr>
<td class="nb" nowrap>Exception test MTA</td>
<td class="nt" nowrap>Ok</td>
<td class="nv" nowrap>494.578</td>
<td class="nb" nowrap>VS8, Additionally testing flashing</td>
</tr>
<tr>
<td class="nb" nowrap>Application domain test STA</td>
<td class="nt" nowrap>Ok</td>
<td class="nv" nowrap>8.828</td>
<td class="nb" nowrap>VS8</td>
</tr>
<tr>
<td class="nb" nowrap>Application domain test MTA</td>
<td class="nt" nowrap>Ok</td>
<td class="nv" nowrap>25.063</td>
<td class="nb" nowrap>VS8</td>
</tr>
</table>
</html>