Help & Support



Knowledge Home | Page Text Editing | HTML Editor |
Inserting an Image with HTML

To add an image using HTML:

  1. Post your image on one of your pages and save.
  2. Right-click on the image and then click 'Properties' from the drop down menu.
  3. Copy the address beside "Address (URL)".
  4. Press 'OK' or 'Cancel' to close the Properties window.
  5. Go to the page where image will be posted. Use the following code:

    <img src="IMAGE ADDRESS" alt="image name" />

    NOTE: IMAGE ADDRESS is the address you copied in step 1.
  6. Save the page.


 

Related Articles:
Insert Images with the "Click to Change" Box
About the Image Library
 
Attachments:
No attachment found for this article.
 
Was this article helpful?
 
 
Solution #: 6131214
Category: Page Text Editing > HTML Editor
Type: Knowledge Base
Status: Published


Back to Knowledge & FAQs page.