Retry only for https protocol
[elinks.git] / test / td-width.html
blobfaf5b9469158381dd834472c1c3ff7872a2589bf
1 <html>
2 <head><title>Table cell widths</title></head>
4 <body bgcolor="white" text="black">
6 <table width="100%" border="0" cellspacing="0" cellpadding="0">
7 <caption>Two cells with content surrounded by blue 1 pixel width spacer cells</caption>
8 <tr>
10 <td width="1" bgcolor="blue"><img src="1x1_spacer.gif" width="1" height="1" alt=""></td>
12 <td width="100%" bgcolor="green"> Main </td>
14 <td width="1" bgcolor="blue"><img src="1x1_spacer.gif" width="1" height="1" alt=""></td>
16 <td width="190" valign="top" bgcolor="yellow">Right menu</td>
18 <td width="1" bgcolor="blue"><img src="1x1_spacer.gif" width="1" height="1" alt=""></td>
20 </tr>
21 </table>
22 </body>
23 </html>