diff --git a/Base/res/html/misc/display-table.html b/Base/res/html/misc/display-table.html new file mode 100644 index 0000000000..f37a2551e2 --- /dev/null +++ b/Base/res/html/misc/display-table.html @@ -0,0 +1,124 @@ + + + +

Empty table

+
+ + +

Full table

+ + + + + + + + + + + + + + + + + +
+ A Caption +
Head Cell
Body Cell
Footer Cell
+ +

Table with 2 columns and border

+ + + + + + + + + + + + + +
FirstnameLastname
PeterGriffin
LoisGriffin
+ + +

No borders

+ + + + + + + + + + + + + +
FirstnameLastname
PeterGriffin
LoisGriffin
+ + +

No borders v2

+
+
+
Firstname
+
Lastname
+
+
+
Peter
+
Griffin
+
+
+
Lois
+
Griffin
+
+
+ + +

Columns should be tightly packed with no overflows nor extra space

+
+
+
Firstname
+
Lastname
+
+
+
Peter
+
Griffin
+
+
+
Lois
+
Griffin
+
+