fixed the table

This commit is contained in:
John Morris 2019-06-18 15:18:08 -04:00
parent 893bdb29b2
commit 3ded8362cf
1 changed files with 27 additions and 32 deletions

View File

@ -144,35 +144,30 @@ each left justified.
.. table::
:widths: grid
+----------------+-----+--------------------------------------+----------------+
| Description | Tag | Start HTML | End HTML |
+================+=====+======================================+================+
| Align Left | al | ``<div align="left">`` | ``</div>`` |
+----------------+-----+--------------------------------------+----------------+
| Align Center | ac | ``<div align="center">`` | ``</div>`` |
+----------------+-----+--------------------------------------+----------------+
| Align Right | ar | ``<div align="right">`` | ``</div>`` |
+----------------+-----+--------------------------------------+----------------+
| Font size ˄ | fu | ``<big>`` | ``</big>`` |
+----------------+-----+--------------------------------------+----------------+
| Font size ˅ | fd | ``<small>`` | ``</small>`` |
+----------------+-----+--------------------------------------+----------------+
| Font size 20pt | f20 | ``<span style="font-size: 20pt">`` | ``</span>`` +
+----------------+-----+--------------------------------------+----------------+
| Arial |arial| ``<span style="font-family:arial;">``| ``</span>`` |
+----------------+-----+--------------------------------------+----------------+
| Times New |times| ``<span style="font-family: | `</span>`` |
| Roman | | times new roman;">`` | |
+----------------+-----+--------------------------------------+----------------+
| Paragraph with | phg | ``<div style=" padding-left: 2em; | ``</div>`` |
| hanging test | | text-indent: -0.5em; | |
| | | adding-left: 2em; | |
| | | padding-bottom:0.1em; margin:4em; | |
| | | float: left; ">`` | |
+----------------+-----+--------------------------------------+----------------+
| Column left | cl | ``<div style="position:absolute; | ``</div>`` |
| | | margin-left:0%>`` | |
+----------------+-----+--------------------------------------+----------------+
| Column right | cr | ``<div style="position:absolute; | ``</div>`` |
| | | margin-left:50%>`` | |
+----------------+-----+--------------------------------------+----------------+
+----------------+-----+-----------------------------------------------------------------------------------------------------------------------------+----------------+
| Description | Tag | Start HTML | End HTML |
+================+=====+=============================================================================================================================+================+
| Align Left | al | ``<div align="left">`` | ``</div>`` |
+----------------+-----+-----------------------------------------------------------------------------------------------------------------------------+----------------+
| Align Center | ac | ``<div align="center">`` | ``</div>`` |
+----------------+-----+-----------------------------------------------------------------------------------------------------------------------------+----------------+
| Align Right | ar | ``<div align="right">`` | ``</div>`` |
+----------------+-----+-----------------------------------------------------------------------------------------------------------------------------+----------------+
| Font size ˄ | fu | ``<big>`` | ``</big>`` |
+----------------+-----+-----------------------------------------------------------------------------------------------------------------------------+----------------+
| Font size ˅ | fd | ``<small>`` | ``</small>`` |
+----------------+-----+-----------------------------------------------------------------------------------------------------------------------------+----------------+
| Font size 20pt | f20 | ``<span style="font-size: 20pt">`` | ``</span>`` +
+----------------+-----+-----------------------------------------------------------------------------------------------------------------------------+----------------+
| Arial |arial| ``<span style="font-family:arial;">`` | ``</span>`` |
+----------------+-----+-----------------------------------------------------------------------------------------------------------------------------+----------------+
| Times New |times| ``<span style="font-family:times new roman;">`` | ``</span>`` |
| Roman | | | |
+----------------+-----+-----------------------------------------------------------------------------------------------------------------------------+----------------+
| Paragraph with | phg | ``<div style=" padding-left: 2em;text-indent: -0.5em; adding-left: 2em; padding-bottom:0.1em; margin:4em; float: left; ">`` | ``</div>`` |
| hanging test | | | |
+----------------+-----+-----------------------------------------------------------------------------------------------------------------------------+----------------+
| Column left | cl | ``<div style="position:absolute; margin-left:0%>`` | ``</div>`` |
+----------------+-----+-----------------------------------------------------------------------------------------------------------------------------+----------------+
| Column right | cr | ``<div style="position:absolute; margin-left:50%>`` | ``</div>`` |
+----------------+-----+-----------------------------------------------------------------------------------------------------------------------------+----------------+