Books
>
Help Center
>
Your Account
>
The Basics of Your GiftTool Account
>
Common features across all services
menu

Adding an image using the HTML Editor

NEW easier way to add images to your Donation pages and Event, Pledge-a-thon or Membership descriptions:

 

  1. Position your cursor where you want the image to be displayed and click the Insert/edit image icon.



  2. Download the image from your computer, or choose from a list of images that are already in the Secure Image Hosting section of your account. When you download a new image it is automatically added to your Secure Image Hosting section. Continue with other image details and click Save.
  3. Resize the image by dragging the corners.
  4. Click on the image to select left, right or centre alignment.

 

Click the Source code icon for more control of the image styling.
Locate the image in the source code. It will look something like this:

 

<img src="https://gifttool.com/charities/www.YourDomain.com/hosted/ImageName.jpg">

 

Customize the styling like this example: 

 

<img  style="width: 200px; height: auto; max-width: 100%; border: 1.0px solid rgb(204,204,204); margin-left: 5px;" src="https://gifttool.com/charities/www.YourDomain.com/hosted/ImageName.jpg">

 

Control the size of the image
Example: width: 200px; height: auto; max-width: 100%;
IMPORTANT: Including max-width: 100%; will allow the image to shrink down nicely for smaller screens.

 

Control the size and colour of a border
Example: border: 1.0px solid rgb(204,204,204);

 

Add space around the image
Example: margin: 5px;
Example: margin-left: 5px;



Tip

If you are having trouble positioning the image beside your text, you can also create a table and insert the image in one column with your text in the other column.  This gives you more control of the positioning across all browsers.

 

Images must be hosted in the Secure Image Hosting section of your GiftTool account. Learn how to add images directly to your image hosting section if necessary.

Was this information helpful?