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