From 3ded8362cfb16d964cc813e3cb5deb0aeedca5b7 Mon Sep 17 00:00:00 2001 From: John Morris Date: Tue, 18 Jun 2019 15:18:08 -0400 Subject: [PATCH] fixed the table --- manual/source/display_tags.rst | 59 ++++++++++++++++------------------ 1 file changed, 27 insertions(+), 32 deletions(-) diff --git a/manual/source/display_tags.rst b/manual/source/display_tags.rst index 841e6e0..8ae818d 100644 --- a/manual/source/display_tags.rst +++ b/manual/source/display_tags.rst @@ -144,35 +144,30 @@ each left justified. .. table:: :widths: grid - +----------------+-----+--------------------------------------+----------------+ - | Description | Tag | Start HTML | End HTML | - +================+=====+======================================+================+ - | Align Left | al | ``
`` | ``
`` | - +----------------+-----+--------------------------------------+----------------+ - | Align Center | ac | ``
`` | ``
`` | - +----------------+-----+--------------------------------------+----------------+ - | Align Right | ar | ``
`` | ``
`` | - +----------------+-----+--------------------------------------+----------------+ - | Font size ˄ | fu | ```` | ```` | - +----------------+-----+--------------------------------------+----------------+ - | Font size ˅ | fd | ```` | ```` | - +----------------+-----+--------------------------------------+----------------+ - | Font size 20pt | f20 | ```` | ```` + - +----------------+-----+--------------------------------------+----------------+ - | Arial |arial| ````| ```` | - +----------------+-----+--------------------------------------+----------------+ - | Times New |times| ```` | | - +----------------+-----+--------------------------------------+----------------+ - | Paragraph with | phg | ``
`` | | - +----------------+-----+--------------------------------------+----------------+ - | Column left | cl | ``
`` | - | | | margin-left:50%>`` | | - +----------------+-----+--------------------------------------+----------------+ + +----------------+-----+-----------------------------------------------------------------------------------------------------------------------------+----------------+ + | Description | Tag | Start HTML | End HTML | + +================+=====+=============================================================================================================================+================+ + | Align Left | al | ``
`` | ``
`` | + +----------------+-----+-----------------------------------------------------------------------------------------------------------------------------+----------------+ + | Align Center | ac | ``
`` | ``
`` | + +----------------+-----+-----------------------------------------------------------------------------------------------------------------------------+----------------+ + | Align Right | ar | ``
`` | ``
`` | + +----------------+-----+-----------------------------------------------------------------------------------------------------------------------------+----------------+ + | Font size ˄ | fu | ```` | ```` | + +----------------+-----+-----------------------------------------------------------------------------------------------------------------------------+----------------+ + | Font size ˅ | fd | ```` | ```` | + +----------------+-----+-----------------------------------------------------------------------------------------------------------------------------+----------------+ + | Font size 20pt | f20 | ```` | ```` + + +----------------+-----+-----------------------------------------------------------------------------------------------------------------------------+----------------+ + | Arial |arial| ```` | ```` | + +----------------+-----+-----------------------------------------------------------------------------------------------------------------------------+----------------+ + | Times New |times| ```` | ```` | + | Roman | | | | + +----------------+-----+-----------------------------------------------------------------------------------------------------------------------------+----------------+ + | Paragraph with | phg | ``
`` | ``
`` | + | hanging test | | | | + +----------------+-----+-----------------------------------------------------------------------------------------------------------------------------+----------------+ + | Column left | cl | ``
`` | ``
`` | + +----------------+-----+-----------------------------------------------------------------------------------------------------------------------------+----------------+