blob: 39a1e6bad7ac7854ac4b51e0b10fe9f007b7aef2 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>
</title>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="1">
<tr>
<td bgcolor="#CCCCCC" rowspan="3">
&nbsp;
</td>
<td>
This row has two cells with rowspans and a middle cell.
</td>
<td bgcolor="#CCCCCC" rowspan="3">
&nbsp;
</td>
</tr>
<tr>
<td bgcolor="#0000FF">
This cell is coloured blue.
</td>
</tr>
<tr bgcolor="#FF0000">
<td>
This row is coloured red.
</td>
</tr>
</table>
</body>
</html>