Initial Commit
[packages] / xemacs-packages / w3 / tests / borderless-tables.html
1 <xmp>
2 In the following page (http://www.mit.edu/) there are several display botches.
3
4 1) The <li> doesn't line up.
5 2) The pictures in the second table aren't aligned
6 3) The second table is wider than the display (80 characters)
7
8 Notice they all go away in the second rendering in which borders are forced
9 on. I think this is all related to the new code to skip the extra spaces when
10 borders are turned off. 
11
12                                    GIF GIF
13
14      This is a student maintained web server, run by the Student Information   
15  Processing Board (SIPB) at the Massachusetts Institute of Technology (MIT). 
16      For official information about MIT see the links below or visit the     
17                     official MIT homepage at web.mit.edu.                    
18        -------------------------------------------------------------------     
19              Of Interest:    o MIT Party/Events Listing                        
20                            o New Help Pages                                  
21        -------------------------------------------------------------------     
22
23         GIF               GIF                 GIF         GIF            GIF       
24   Personal Home     Groups and          Web         Content        Help      
25   Pages             Activities          Services                             
26             ------------------------------------------------------------------     
27         Official Information                                                       
28         GIF               GIF                 GIF         GIF            GIF       
29   Academics         Admissions          Research    Administration Campus    
30                                                                    map       
31             ------------------------------------------------------------------     
32                                                    Maintained by webmaster@mit.edu 
33
34 Here's another rendering with w3-display-table-force-borders turned on:
35
36                                    GIF GIF
37
38 +---------------------------------------------------------------------------+
39 |  This is a student maintained web server, run by the Student Information  |
40 |Processing Board (SIPB) at the Massachusetts Institute of Technology (MIT).|
41 |    For official information about MIT see the links below or visit the    |
42 |                   official MIT homepage at web.mit.edu.                   |
43 |---------------------------------------------------------------------------|
44 |    -------------------------------------------------------------------    |
45 |---------------------------------------------------------------------------|
46 |          Of Interest:|   o MIT Party/Events Listing                       |
47 |                      |   o New Help Pages                                 |
48 |---------------------------------------------------------------------------|
49 |    -------------------------------------------------------------------    |
50 +---------------------------------------------------------------------------+
51
52  +--------------------------------------------------------------------------+
53  |GIF              |GIF                |GIF        |GIF           |GIF      |
54  |Personal Home    |Groups and         |Web        |Content       |Help     |
55  |Pages            |Activities         |Services   |              |         |
56  |--------------------------------------------------------------------------|
57  |    ------------------------------------------------------------------    |
58  |--------------------------------------------------------------------------|
59  |Official Information                                                      |
60  |--------------------------------------------------------------------------|
61  |GIF              |GIF                |GIF        |GIF           |GIF      |
62  |Academics        |Admissions         |Research   |Administration|Campus   |
63  |                 |                   |           |              |map      |
64  |--------------------------------------------------------------------------|
65  |    ------------------------------------------------------------------    |
66  |--------------------------------------------------------------------------|
67  |                                           Maintained by webmaster@mit.edu|
68  +--------------------------------------------------------------------------+
69 </xmp>
70
71 <table border=0>
72 <tr><td>text <br>in col1</td><td>text<br>in col2</td></tr>
73 </table>
74
75 <table border=1>
76 <tr><td>text <br>in col1</td><td>text<br>in col2</td></tr>
77 </table>