I can't edit my profile page with html codes.

Hello everyone, I want to edit my profile page with html codes to have a professional look. When I copy and paste the html codes of the users whose profile page I like, there is no problem, but when I use the images that I have prepared myself, I fail. I would be glad if you help.

To add images/screenshots In your profile page or in a product description you have to first upload those images on the web (for example in your web hosting server). Then use img tag to show the image as like:

<img src="WEB-URL-OF-THE-IMAGE" alt="image" />

Just replace WEB-URL-OF-THE-IMAGE with your image url and put the code into your profile or product Description text area field and save.

Thanks

i do it just like that but this is the result

Using google drive as the source can create issues (regardless of sharing settings) - try storing it elsewhere

Is there a sharing site you can use as an example?

We use our own hosting but try imgbb otherwise just google image hosting services

imgbb worked fine, thank you very much for your attention.