lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV Centering tables not working as before


From: Dave Eaton
Subject: LYNX-DEV Centering tables not working as before
Date: Fri, 27 Feb 1998 22:23:05 -0700 (MST)

I haven't been building the development version until recently, so I'm not
sure when this was introduced, but there seems to be a problem with lynx
not honoring any of the methods commonly used to "center tables". 

A page which displays in lynx 2.7 as:

                                   Items
                            item 1 item 2 item 3

now displays in 2.7.1ac-0.115 and 2.7.1ac-0.117 as:

   Items
   item 1 item 2 item 3

The HTML passes "weblint" without comment, so I'm hoping it is OK.

Perhaps this item was discussed on this list earlier and I missed it, but
if this is not intended behavior, it would be nice to have it corrected.

The test "source" for the condition shown above is:

<HTML>
<HEAD><TITLE>test</TITLE></HEAD>
<BODY>
<P ALIGN="CENTER"><CENTER>
<TABLE BORDER="1" WIDTH="85%">
<TR><TD COLSPAN=3 ALIGN="CENTER"><STRONG>Items</STRONG></TD></TR>
<TR>
<TD WIDTH="70%" ALIGN="CENTER">item 1</TD>
<TD WIDTH="15%" ALIGN="CENTER">item 2</TD>
<TD WIDTH="15%" ALIGN="CENTER">item 3</TD></TR>
</TABLE></CENTER></P>
</BODY></HTML>


Regards,
 Dave Eaton
--
 Artronic Development  - Your Web Site Solution
 12629 N. Tatum Blvd., Suite 224; Phoenix, AZ 85032
 e-mail: address@hidden - voice: (602) 953-0336  -  http://www.arde.com

reply via email to

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