lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev Tables and 'width' attribute


From: Duke Normandin
Subject: lynx-dev Tables and 'width' attribute
Date: Sat, 2 Jun 2001 20:09:18 -0600
User-agent: Mutt/1.2.5i

I'm trying to write some HTML docs that will be 'Links', 'Lynx', and
'w3m' friendly. However, I'm having a heck of a time figuring out how to
make Lynx behave correctly while using the 'width' attribute, in both the
<table> and <td> elements.

In 'Links', e.g., if I do: 
<table width="100%">
        <tr>
                <td width="33%" align="left">Previous</td>
                <td width="34%" align="center">Home</td>
                <td width="33%" align="right">Next</td>
        </tr>
</table>

I get a nice table with 3 cells each ~33% of the screen - regardless of
the contents of the cell. No so with Lynx, unless I use a bunch of
'&nbsp;' because it wants to bunch everything up in the middle of the
line. Is this normal behavior for Lynx, or am I messing up the HTML? Any
work-arounds?
-- 
-duke
Calgary, Alberta, Canada


; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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