Skip to main content
All CollectionsForms and Letters
Adding Images to Letters
Adding Images to Letters
Angel Horowitz avatar
Written by Angel Horowitz
Updated over a week ago

In DaySmart Vet, you are able to add images into a letter template. To do so, you may use html code.

In the letter template, on the far right of the formatting bar press the button that looks like <> .

image.png


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="
https://s3.amazonaws.com/cdn-origin-etr.akc.org/wp-content/uploads/2017/04/12185602/Lagotto-Romangolo-Tongue-Out.jpg" alt="demo canine dental chart"></p>

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

To learn more about working with letters, please see Working with Letters , or Working with Letters: Advanced .

Did this answer your question?