mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-02 08:57:19 -04:00
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>
|