summaryrefslogtreecommitdiff
path: root/works/table-form-breakage.html
blob: bdc957d7a9616f4d04983ade11f445d630525203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html>
<head>
<title>Table / Form Breakage</title>
</head>
<body>


<table>
  <form action="moose.moo" method="get">
    <tr>
    <td>moo1</td><td>moo2</td>
    </tr>
  </form>
  <tr>
  <td>moo3</td><td>moo4</td>
  </tr>
</table>			




<br><br><br>




<table>

  <tr>
  <td>moo1</td><td>moo2</td>
  </tr>

  <tr><td>moo3</td><td>moo4</td></tr>
</table>			


</body>
</html>