4 <p>This first table is the simple test case. Colspan confuses the width
5 allocation when there is an image in the colspanned row.
</p>
7 <TABLE BORDER
WIDTH=
"620">
18 <img src=
"../images/rle.cgi?1865?111335577"
19 alt=
"Russian LinkExchange Banner Network" border=
"0" height=
"60"
26 <p>This second table is the same as the first, minus the second
27 'colspan=
2' row. Widths are now correct.
</p>
29 <TABLE BORDER
WIDTH=
"620">
40 <p>An observation: Note that as the image-width approaches
41 the table-width, the two columns approach equal width (error increases).
42 Conversely, below some threshold image-width (which is about
390px or
30px less than the TD WIDTH=
420), the error is (apparently) zero.
45 <p>Here the
<img width=
600></p>
47 <TABLE BORDER
WIDTH=
"620">
58 <img src=
"../images/rle.cgi?1865?111335577"
59 alt=
"Russian LinkExchange Banner Network" border=
"0" height=
"60"
66 <p>Here the
<img width=
400> (error is almost zero).
</p>
68 <TABLE BORDER
WIDTH=
"620" bgcolor=
"#dddddd">
71 foo (single row table)
74 bar (single row table)
78 <TABLE BORDER
WIDTH=
"620">
89 <img src=
"../images/rle.cgi?1865?111335577"
90 alt=
"Russian LinkExchange Banner Network" border=
"0" height=
"60"
97 <p>I tested the above with M4 and May01 build for win95. (The above
98 examples assume that images load normally -- N.B. for May01 the images
99 initially load, and the width error is visually apparent, but then the
100 images get replaced by their ALT text, and the width error is no
101 longer present -- this is, of course, a different issue/bug.)