3 fixed width table with
100px width image in
1st cell
4 <table width=
500 bgcolor=orange border=
1>
7 <img src=../images/raptor.jpg width=
100 height=
100></td>
8 <td>a bunch of text, a bunch of text, a bunch of text, a bunch of text
9 a bunch of text, a bunch of text, a bunch of text, a bunch of text
</td></tr>
12 fixed width table with
100px width table in
1st cell
13 <table width=
500 bgcolor=orange border=
1>
18 <td>foo
</td></tr></table></td>
19 <td>a bunch of text, a bunch of text, a bunch of text, a bunch of text
20 a bunch of text, a bunch of text, a bunch of text, a bunch of text
</td></tr>
23 auto width table with
100px width image in
1st cell
24 <table bgcolor=orange border=
1>
27 <img src=../images/raptor.jpg width=
100 height=
100></td>
28 <td>a bunch of text, a bunch of text, a bunch of text, a bunch of text
29 a bunch of text, a bunch of text, a bunch of text, a bunch of text
</td></tr>
32 fixed width table with
100px width
1st cell containing image
33 <table width=
500 bgcolor=orange border=
1>
36 <img src=../images/raptor.jpg width=
100 height=
100></td>
37 <td>a bunch of text, a bunch of text, a bunch of text, a bunch of text
38 a bunch of text, a bunch of text, a bunch of text, a bunch of text
</td></tr>
41 auto width table with
100px width
1st cell containing image
42 <table bgcolor=orange border=
1>
45 <img src=../images/raptor.jpg width=
100 height=
100></td>
46 <td>a bunch of text, a bunch of text, a bunch of text, a bunch of text
47 a bunch of text, a bunch of text, a bunch of text, a bunch of text
</td></tr>
50 small fixed width table with
100px image in
1st cell
51 <table width=
150 bgcolor=orange border=
1>
54 <img src=../images/raptor.jpg width=
100 height=
100></td>
55 <td>a bunch of text, a bunch of text, a bunch of text, a bunch of text
56 a bunch of text, a bunch of text, a bunch of text, a bunch of text
</td></tr>
59 fixed width table with
100px image in
1st cell,
100px
2nd cell containing text
60 <table width=
500 bgcolor=orange border=
1>
63 <img src=../images/raptor.jpg width=
100 height=
100></td>
64 <td width=
100>a bunch of text, a bunch of text, a bunch of text, a bunch of text
65 a bunch of text, a bunch of text, a bunch of text, a bunch of text
</td></tr>
68 auto width table with
100px image in
1st cell,
100px
2nd cell containing text.
69 This differs from Nav4.5 but is similar to IE5
70 <table bgcolor=orange border=
1>
73 <img src=../images/raptor.jpg width=
100 height=
100></td>
74 <td width=
100>a bunch of text, a bunch of text, a bunch of text, a bunch of text
75 a bunch of text, a bunch of text, a bunch of text, a bunch of text
</td></tr>
78 Fixed width table with colspan=
2 in
1st row,
2nd row containing
100px image, text
79 <table width=
500 bgcolor=orange border=
1>
82 hello hello hello hello hello hello hello hello hello hello hello
</td></tr>
85 <img src=../images/raptor.jpg width=
100 height=
100></td>
86 <td>there there there there there there there there there there there there
</td></tr>
89 Auto width table with colspan=
2 in
1st row,
2nd row containing
100px image, text
90 <table bgcolor=orange border=
1>
93 hello hello hello hello hello hello hello hello hello hello hello
</td></tr>
96 <img src=../images/raptor.jpg width=
100 height=
100></td>
97 <td>there there there there there there there there there there there there
</td></tr>
100 Fixed width table with colspan=
2 in
1st row,
2nd row containing
100px image,
100px cell
101 <table width=
500 bgcolor=orange border=
1>
104 hello hello hello hello hello hello hello hello hello hello hello
</td></tr>
107 <img src=../images/raptor.jpg width=
100 height=
100></td>
108 <td width=
100>there there there there there there there there there there there there
</td></tr>
111 Auto width table with colspan=
2 in
1st row,
2nd row containing
100px image,
100px cell
112 <table bgcolor=orange border=
1>
115 hello hello hello hello hello hello hello hello hello hello hello
</td></tr>
118 <img src=../images/raptor.jpg width=
100 height=
100></td>
119 <td width=
100>there there there there there there there there there there there there
</td></tr>