1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00
elinks/test/td-width.html
Petr Baudis 0f6d4310ad Initial commit of the HEAD branch of the ELinks CVS repository, as of
Thu Sep 15 15:57:07 CEST 2005. The previous history can be added to this
by grafting.
2005-09-15 15:58:31 +02:00

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>