|
33.
|
|
|
Click the *Close* button |close| if you want to abort inserting an image.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/tips/image_in_text.rst:61
|
|
34.
|
|
|
If you are not happy with how the image looks, select it (it will get little square handles) and click the *Image* button |tinymce_image| again to make adjustments.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/tips/image_in_text.rst:63
|
|
35.
|
|
|
Use a base64 image
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/tips/image_in_text.rst:71
|
|
36.
|
|
|
You can insert an image file encoded in `base64 <https://en.wikipedia.org/wiki/Base64>`_ into a text area in which you can use the HTML editor.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/tips/image_in_text.rst:73
|
|
37.
|
|
|
.. image:: images/tinymce_source_code.*
:alt: Insert a base64 image via the HTML editor in the visual editor
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/tips/image_in_text.rst:78
|
|
38.
|
|
|
Insert a base64 image via the HTML editor in the visual editor
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/tips/image_in_text.rst:78
|
|
39.
|
|
|
Convert your image to be base64-encoded. There are a number of websites where you can do that online. Copy the encoded image.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/tips/image_in_text.rst:80
|
|
40.
|
|
|
Go to the visual editor and click the *HTML* icon |tinymce HTML|.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/tips/image_in_text.rst:81
|
|
41.
|
|
|
.. image:: images/buttons/tinymce_html.*
:alt: tinymce HTML
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/shortcuts.rstext:383
../source/shortcuts.rstext:383
../source/shortcuts.rstext:383
../source/shortcuts.rstext:383
|
|
42.
|
|
|
In order for the base64 image to be recognized as an image, it needs to be put into an image tag. Type the beginning of the image tag: ``<img src="``.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/tips/image_in_text.rst:82
|