blob: 12c3ca9cfcb7b2722269c8081ed0cb2e0f46cbd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>col removal</title>
</head>
<body>
<table border>
<colgroup width="500px">
</colgroup>
<tr><td> </td></tr>
</table>
</body>
</html>
|