Find the URL for an image end select in the HTML code

find the URL for an image end select in the HTML code

Hi @RihaBchrifa thanks for your message.

Can you please describe clearly what your question is, so that others in the community can help you? Please also include a link to a Repl so others can see your code. This will help them suggest ideas to help you solve your issue.

1 Like

You can find the file path (not called an URL) for the image by pressing on the triple dots of the image and clicking on “Copy link”. Then paste the link and remove everything before the #, including it.

It should look something like this:

/path/to/image.png/

If this helped, please mark this as solution so that we can close this topic. Thanks!

2 Likes

I don’t understand, please