lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

TRST output (was: lynx-dev megapatch to dev.10 available)


From: Leonid Pauzner
Subject: TRST output (was: lynx-dev megapatch to dev.10 available)
Date: Wed, 20 Oct 1999 18:05:51 +0400 (MSD)

13-Oct-99 12:31 Klaus Weide wrote:
> It's in <http://enteract.com/~kweide/lynx/>.
>
> * Tabular representation for simple tables.  See included file
>   README.TRST.
>
> [ It works quite nicely for me.  I don't understand exactly how...

I was trying this TRST feature - rather nice to see jumps
when partial display mode is on...

One question: how the output of the first line calculated?
I saw the following:


                    Model      Chassis file size Price (USD)
               kv-1434                 1,658,219          $2
               kv-1485                 2,087,820          $2
               kv-1602                 2,893,344          $2
               kv-d2540, x2541         4,746,656          $2
               kv-x2521                5,691,451          $2

And the source of the table present below.
Seems all lines have equal percentage for each field
and we have enough screen width, but the first element
of the first line was somehow centered while the other lines
were flashed left.  Is it intentional and what is the rule
for the first line' output? (Looks reasonable, but I am just curious :)

<center>
<table  width="100%">
  <tr>
    <th width="43%">Model</th>
    <th width="39%">Chassis</th>
    <th width="50%">file size</th>
    <th width="20%">Price (USD)</th>
  </tr>
  <tr>
    <td width="43%" style="text-transform: uppercase"><a 
href="http://www.tv-sol.com/prepaid/tv/sony/kv-1434.pdf";>kv-1434</a></td>
    <td width="39%" style="text-transform: uppercase">&nbsp;</td>
    <td width="50%" align="right">1,658,219</td>
    <td width="20%" align="right">$2</td>
  </tr>
  <tr>
    <td width="43%" style="text-transform: uppercase"><a 
href="http://www.tv-sol.com/prepaid/tv/sony/kv-1485.pdf";>kv-1485</a></td>
    <td width="39%" style="text-transform: uppercase">&nbsp;</td>
    <td width="50%" align="right">2,087,820</td>
    <td width="20%" align="right">$2</td>
  </tr>
...
</table>
</center>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]