removed image tag

This commit is contained in:
John Morris 2019-06-16 19:15:57 -04:00
parent 18bac42cfc
commit 5ffc03517a
1 changed files with 2 additions and 21 deletions

View File

@ -139,21 +139,9 @@ first line of text in a paragraph.
The Column Left and Column Right Tags can be used to create two columns of text,
each left justified.
The Image Left Tag can be used to place an image on the left side of a custom
slide. The text of the slide would be just to the right of the image. To use
this Tag, put the full path and filename between the Tags.
In Windows the path and filename would look like this:
'C:\\user\\me\\pictures\\face.jpg'.
In Linux the path and filename would look like this:
'/home/users/USERNAME/images/face.jpg'.
In OS X the path and filename would look like this:
'/System/users/USERNAME/images/face.jpg'.
.. table:: Additional Formating Tags
.. table:: Additional Formating Tags
:widths: grid
+----------------+-----+-------------------------------------+----------------+
@ -188,14 +176,7 @@ In OS X the path and filename would look like this:
| Column right | cr | <div style="position:absolute; | </div> |
| | | margin-left:50%> | |
+----------------+-----+-------------------------------------+----------------+
| Image Left | il | <div> <img src="file:/// | "style="float: |
| | | | left;margin:0; |
| | | | padding:0; |
| | | | height:240px; |
| | | | width:320px; |
| | | | border:5px |
| | | | solidwhite;"/> |
+----------------+-----+-------------------------------------+----------------+