Adding images to letters

Adding images to letters

To insert an image into a letter template, you may use html code.

In the letter template, on the far right of the formatting bar press the button that looks like <> .
This allows you to access the html source code. Insert the html for the image source in the source code, and click Save when done.

You may use the code  <img style="width: px; height: px;" src="" alt=""> where
the size of the pixels of the width and height of the image is inserted before px,
the url location of the hosted image is inserted between the quotes of src,
and the descriptor or title is inserted between the quotes of alt.

Example:

<p><img style="width: 500px; height: 500px;" src="


Here is also a tutorial that the clinic can refer to: https://www.w3schools.com/html/html_images.asp
    • Related Articles

    • Working with letters

      Letters are used as communication templates, such as consent forms, referral letters, and client education.  Letter templates can include variables to automatically personalize the letter with a click.  Letter templates are managed in Settings, and ...
    • Annotating images

      Image annotation is a convenient way to jot down exam findings or items for follow-up.  Annotations can include text as well as shapes, and will be saved on the original image. To annotate an image: Navigate to the applicable image in the patient's ...
    • Creating a prescription letter

      Wanting to send a prescription to a client directly through Vetter? Maybe you already wrote the prescription using a physical prescription pad and want to track that record on the client's profile? In this article, we'll touch on the best way to do ...
    • Changing default email messages

      The default subject line and message for emails generated by the software can be customized using letter templates.  A single default can be set for each general type of email communication (e.g., confirmation for all appointment types), and a ...
    • Adding patients

      All of your patients are managed under the Patients module.  There are several places from which you can add a patient, including from the Patients dashboard, when scheduling an appointment, and when assigning a new relationship to a client. To add a ...