summaryrefslogtreecommitdiff
path: root/legacy/works/amazon-2.html
blob: 9327d85d0c37be7e422805dcbf2a2e70e5ef5e88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<title>Amazon.co.uk Test 2</title>
</head>
<body>
<table width="100%" bgcolor="#ffffff">
<tr>
<form method="post" action="">
<td bgcolor="#FFCC66">
<img src="http://images-eu.amazon.com/images/G/02/uk-welcome/navs/welcome-subnav-search-140x18.gif">
&nbsp;
<input type="text" name="field-keywords" size="24" maxlength="255" value="">
</td>
</form>
</tr>
</table>

<p>The above table cell (orange) should be as wide as the page, but because the FORM element is used outside the TD, the TD is not taking up the width of the page.</p>

</body>
</html>