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
' ' 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 [EMAIL PROTECTED]