Add an Image to a Page

You can include images in the rich text pages and code pages that you create for your application.

To add an image to a Rich Text or Code page:
  1. Upload your image to a Quickbase application by creating a file attachment field in an application that's accessible to "Everyone on the Internet". Add a record to the application, upload your image to the file attachment field, then save the record.

  2. Copy the web address of the image file in one of the following ways:

    • Right-click the image link and select the option to copy the link.

    • Click the link to display the record, then select and copy the address that appears within your browser's address bar.

  3. From the app home page, click Settings to create or open your rich text page or text page, then click Pages.

  4. Complete one of the following tasks:

    • Click New page.

    • Click the name of the existing page that you want to change.

  5. If you're editing a Rich Text page, click the HTML button in the editor's toolbar.
    The page view switches to HTML code.

  6. Scroll to the spot where you want to insert the image and paste in the following code:

    <img src="URL">

    Replace the text URL with the actual web address (URL) of your image.

  7. Click Save on the Page bar to return to the Pages list.

Related topics: