added Title Case/removed table title/added ` to table

This commit is contained in:
John Morris 2019-06-18 14:28:15 -04:00
parent 5ffc03517a
commit c357ec83c4
1 changed files with 20 additions and 20 deletions

View File

@ -110,7 +110,7 @@ To delete :ref:`g-formatting-tags` that you have entered click on the
will display the tags {} without any formatting. The deleted tags will need to
be manually deleted from the songs or custom slides.
Additional useful tags to add
Additional Useful Tags to Add
=============================
The :ref:`g-formatting-tags` included when you installed OpenLP provide many of the commonly used
@ -141,40 +141,40 @@ each left justified.
.. table:: Additional Formating Tags
.. table::
:widths: grid
+----------------+-----+-------------------------------------+----------------+
| 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> |
| Roman | | times new roman;"> | |
| 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; "> | |
| 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 left | cl | `<div style="position:absolute; | `</div>` |
| | | margin-left:0%>` | |
+----------------+-----+-------------------------------------+----------------+
| Column right | cr | <div style="position:absolute; | </div> |
| | | margin-left:50%> | |
| Column right | cr | `<div style="position:absolute; | `</div>` |
| | | margin-left:50%>` | |
+----------------+-----+-------------------------------------+----------------+