mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-01 08:47:24 -04:00
0f6d4310ad
Thu Sep 15 15:57:07 CEST 2005. The previous history can be added to this by grafting.
24 lines
663 B
HTML
24 lines
663 B
HTML
<html>
|
|
<head><title>Table cell widths</title></head>
|
|
|
|
<body bgcolor="white" text="black">
|
|
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
<caption>Two cells with content surrounded by blue 1 pixel width spacer cells</caption>
|
|
<tr>
|
|
|
|
<td width="1" bgcolor="blue"><img src="1x1_spacer.gif" width="1" height="1" alt=""></td>
|
|
|
|
<td width="100%" bgcolor="green"> Main </td>
|
|
|
|
<td width="1" bgcolor="blue"><img src="1x1_spacer.gif" width="1" height="1" alt=""></td>
|
|
|
|
<td width="190" valign="top" bgcolor="yellow">Right menu</td>
|
|
|
|
<td width="1" bgcolor="blue"><img src="1x1_spacer.gif" width="1" height="1" alt=""></td>
|
|
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|