1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
3 <!-- Created with GoldED 4.7.3 (23.6.97) -->
5 <META http-equiv=
"Content-Type" content=
"text/html; charset=iso-8859-1">
6 <META name=
"description" lang=
"fr" content=
"Test sur les tables">
7 <META name=
"author" content=
"Sébastien Desvignes">
8 <META name=
"generator" content=
"WWW publishing extensions for GoldED">
9 <TITLE>Table width test
</TITLE>
10 <STYLE type=
"text/css">
14 background-color: #
999;
24 border: outset
1px grey;
29 border: inset
1px grey;
34 border: solid
1px white;
41 <CAPTION>Table with no width attribute
</CAPTION>
56 <CAPTION>Table with fixed width attribute =
500px
</CAPTION>
68 <P>incorrect: it seems that the * columns start with the same width than the previous
69 example, and then all the columnss are expanded proportionally to occupy the extra space.
70 The * columns should use all the space unused by other columns, so no expand are needed
74 <CAPTION>Table with width attribute =
100%
</CAPTION>
86 <P>incorrect: same as above.
89 <CAPTION>Table with width attribute =
500px
</CAPTION>
104 <CAPTION>Table with width attribute =
100%
</CAPTION>