OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <title>Bug 2997</title> | 3 <title>Bug 2997</title> |
4 </head> | 4 </head> |
5 <body> | 5 <body style="overflow: hidden;"> |
6 | 6 |
7 <p>Here's the original case. All of the cells have images that fill to | 7 <p>Here's the original case. All of the cells have images that fill to |
8 their given widths except the ones marked "Empty".</p> | 8 their given widths except the ones marked "Empty".</p> |
9 | 9 |
10 | 10 |
11 <table width="566" bgcolor="#00FFFF" cellpadding="0" cellspacing="0"> | 11 <table width="566" bgcolor="#00FFFF" cellpadding="0" cellspacing="0"> |
12 <tr> | 12 <tr> |
13 <td bgcolor="#FF0000" width="222"><img height="40" width="222" border="0" al
t="Hometown AOL"></td> | 13 <td bgcolor="#FF0000" width="222"><img height="40" width="222" border="0" al
t="Hometown AOL"></td> |
14 <td bgcolor="#666600" width="145"><img border=0 width=145 height=40 alt="Qui
ck Start Link"></td> | 14 <td bgcolor="#666600" width="145"><img border=0 width=145 height=40 alt="Qui
ck Start Link"></td> |
15 <td bgcolor="#009999" width="199">Empty</td></tr> | 15 <td bgcolor="#009999" width="199">Empty</td></tr> |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 <tr> | 66 <tr> |
67 <td bgcolor="#0000ff" width="367" colspan="2"><img height="20" width="367" a
lt=" Welcome"></td> | 67 <td bgcolor="#0000ff" width="367" colspan="2"><img height="20" width="367" a
lt=" Welcome"></td> |
68 <td bgcolor="#990099" width="199">Empty</td></tr> | 68 <td bgcolor="#990099" width="199">Empty</td></tr> |
69 </tr></table> | 69 </tr></table> |
70 | 70 |
71 | 71 |
72 </body> | 72 </body> |
73 </html> | 73 </html> |
74 | 74 |
75 | 75 |
OLD | NEW |