From bcdf54ef4cac6095eac23a87e3585b810c1f9968 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 19 May 2014 16:32:02 +0100 Subject: [PATCH] Add example of HTML tables can't be styled using CSS. Darn. --- examples/htdocs/table.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 examples/htdocs/table.html diff --git a/examples/htdocs/table.html b/examples/htdocs/table.html new file mode 100644 index 0000000..2f1c31c --- /dev/null +++ b/examples/htdocs/table.html @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + +
Top left
Top right
Bottom left
Bottom right
+

This is a paragraph

+ + -- 1.7.10.4