]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/test/tables.htm
Add support for wxAuiNotebook to XRC.
[wxWidgets.git] / samples / html / test / tables.htm
index 98f34ff4a55f23edd08984776db37ea7cc9ab6e9..696bbbb590c045363b08776671f24651f406345a 100644 (file)
@@ -15,6 +15,10 @@ tests page...</H3>
 <BR>Click <a href="test.htm">here</a> to go to original testing page...
 <BR>&nbsp;
 <CENTER><TABLE CELLSPACING=5 BORDER COLS=2 WIDTH="40%" NOSAVE >
+<TR>
+<TH>First header</TH>
+<TH>Second</TH>
+</TR>
 <TR ALIGN=CENTER NOSAVE>
 <TD WIDTH="40%" NOSAVE>Top left
 <BR>(two lines expression)
@@ -67,7 +71,7 @@ gjg jg gjhfg fg gjh gjf jgf jgj f gjfgj kfajg&nbsp;</TD>
 </TR>
 </TABLE>
 
-<P>This is "default" table - with no sizes givev:
+<P>This is "default" table - with no sizes given:
 <BR>&nbsp;
 <TABLE BORDER COLS=4 WIDTH="100%" NOSAVE >
 <TR NOSAVE>
@@ -189,3 +193,63 @@ kjhkj hkj hkj lkh kjh kjlh kj</TD>
     <td>Really, a test!</td>
   </tr>
 </table>
+<TABLE BORDER="50">
+<TR>
+    <TD>1</TD>
+    <TD>2</TD>
+</TR>
+<TR>
+    <TD>3</TD>
+    <TD>4</TD>
+</TR>
+</TABLE>
+
+<TABLE BORDER="50" width="50%">
+<TR>
+    <TD>50%</TD>
+    <TD>2</TD>
+</TR>
+<TR>
+    <TD>3</TD>
+    <TD>4</TD>
+</TR>
+</TABLE>
+
+<TABLE BORDER="50" width="100%">
+<TR>
+    <TD>100%</TD>
+    <TD>2</TD>
+</TR>
+<TR>
+    <TD>3</TD>
+    <TD>4</TD>
+</TR>
+</TABLE>
+
+
+<TABLE BORDER="50" width="5%">
+<TR>
+    <TD>5%</TD>
+    <TD>2</TD>
+</TR>
+<TR>
+    <TD>3</TD>
+    <TD>4</TD>
+</TR>
+</TABLE>
+
+<TABLE BORDER="50" width="300">
+<TR>
+    <TD>300pix</TD>
+    <TD>2</TD>
+</TR>
+<TR>
+    <TD>3</TD>
+    <TD>4</TD>
+</TR>
+</TABLE><TABLE BORDER="1" width="300">
+<TR>
+    <TD>300pix</TD>
+    <TD>2</TD>
+</TR>
+</TABLE>