Page 1 of 1
how to include an image into a post on this forum ?
Posted: Tuesday 27 December 2022 22:50
by willemd
It is probably simple since I see many people doing it, but I can't find how to include an image into a forum post.
Can someone please explain?
I tried clicking the image icon above and then post an external url. Does not work.
I tried just copy/paste, does not work.
In the end I just post the url. At least this provides a link to the external image, but is not very nice.
Re: how to include an image into a post on this forum ?
Posted: Tuesday 27 December 2022 23:00
by jvdz
Guess you mean this link you shared?:
https://postimg.cc/HrLd18KH
That link is not a image but rather a html page
...you need to find the proper link to the image by in this case copying the link under the download button on that page and putting that in the
[ img = link]text[ / img] (without the space)... Like this

Re: how to include an image into a post on this forum ?
Posted: Tuesday 27 December 2022 23:04
by ksacca
You can also add an image as an attachment and then use the “place inline” button

- 250BCACC-F646-4B1C-A3B0-62EBB81FCE23.jpeg (187.97 KiB) Viewed 735 times

- BDDD625D-01DA-4653-9B55-C602FC331702.jpeg (204.38 KiB) Viewed 735 times
Re: how to include an image into a post on this forum ?
Posted: Tuesday 27 December 2022 23:07
by willemd
So in this example, what is the text you put in between the img and /img with square brackets ?
And where does the "=link" text come from, sicne that is not what I get when I press the image icon?
Do I need to upload the image to an external site first? What if I have the jpg file on my computer?
Re: how to include an image into a post on this forum ?
Posted: Tuesday 27 December 2022 23:13
by willemd
Thanks, the attachment upload worked well.
Re: how to include an image into a post on this forum ?
Posted: Wednesday 28 December 2022 9:47
by jvdz
willemd wrote: ↑Tuesday 27 December 2022 23:07
So in this example, what is the text you put in between the img and /img with square brackets ?
And where does the "=link" text come from, sicne that is not what I get when I press the image icon?
Do I need to upload the image to an external site first? What if I have the jpg file on my computer?
Just right-mouse-click om the image and do "Copy Link address"
Code: Select all
[img=https://i.postimg.cc/dwXTb679/image.png?dl=1]test[/img]
Re: how to include an image into a post on this forum ?
Posted: Monday 02 December 2024 8:00
by sumitrathore
Hello,
You can upload the image as an attachment and use "place inline" to display it. Or, copy the image link from an external site and use the

tag. And for image compression you can use online
image compressor tool for better quality.
Re: how to include an image into a post on this forum ?
Posted: Monday 02 December 2024 17:11
by willemd
sumitrathore wrote: ↑Monday 02 December 2024 8:00
Hello,
You can upload the image as an attachment and use "place inline" to display it. Or, copy the image link from an external site and use the

tag. And for image compression you can use online image compressor tool for better quality.
A bit late (after two years) but thank you anyway.
Re: how to include an image into a post on this forum ?
Posted: Tuesday 03 December 2024 7:50
by sumitrathore
Apologies for the late response. Hope the info is still useful.