Include images in the rich text pages and code pages that you create for your application.
Add an image to a Rich Text or Code page
-
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.
-
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.
-
Select App settings from the sidebar, then click Pages to create or open your rich text page or text page.
-
Complete one of the following tasks:
-
Click New page.
-
Click the name of the existing page that you want to change.
-
-
If you're editing a Rich Text page, click the HTML button in the editor's toolbar.
The page view switches to HTML code. -
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.
-
Click Save on the page bar to return to the Pages list.