Insert Images in a Newsletter Text Box Section | Scribe

    Insert Images in a Newsletter Text Box Section

    • NPAS Tech Support |
    • 8 steps |
    • 28 seconds
    alert ordinal icon
    **NOTE**: The text box toolbar does not have an "easy" way to insert an image. However, it can be done by using HTML code as described below.
    1
    On the left side, click the top **Text Box** section...
    2
    On the formatting toolbar, click the **3-dots** icon... click the **<> Source Code** icon
    3
    The HTML **source code** will appear. Click your cursor at the very **beginning** of the source code and press **Enter** on your keyboard to create a "blank" space...
    4
    Click in the "blank" space and enter the following HTML code: **<img src="IMAGE.ADDRESS" width="100%">**
    5
    In a new tab, locate a website image...\ **Right-click** the image... click the **Copy image address** option
    6
    Return to the **newsletter tab**... In the **Source Code**, replace the **IMAGE.ADDRESS** with the image address you copied in the previous step. **IMPORTANT**: The new image address should still be "wrapped" in quotes.
    7
    Click the **Save** button...
    8
    The image should now display in the text box on your newsletter.