Help centerBack to app

Upload an image and use it

Add a logo or photo to your project, then place it on the page by its link.

Updated July 1, 20262 min read

To put an image on your page, you first upload it to the project. Coedit then gives you a link (a URL) that points to it, which you drop into the page.

coeditapp.com/p/summer-pass
Upload asset
/api/content/logo-a91f.png/api/content/hero-7c02.jpg
Uploaded assets. Copy the link and use it in your page.

Upload and place an image

  1. 1In the editor, click Upload asset and pick a file from your device.
  2. 2Coedit uploads it and shows its link under Uploaded assets. Click to copy the link.
  3. 3Open the Code tab and add an image tag where you want it, using that link: <img src="...paste the link...">.
  4. 4Click Save code changes. Your image appears on the page.

The same link works anywhere in your code, including as a CSS background-image.

Placing an image uses one line of HTML, so this pairs with the Code tab. If code is not for you, ask whoever set up the page, or your AI tool, to add the image tag for you.

Was this article helpful?
← All Editing without code articles