It's happening because the forum image tags have to be written exactly with no spaces and with matching opening/closing tags. When there's a space, or when the tag doesn't match (for example using [image] but closing with [/img]), the forum won't display the picture and will just show the link in pink instead.
For normal images that are 700x700 or smaller, you should use the simple [img] tag, like this:
- Code: Select all
[img]https://onlinewinxclub.com/centro-web/medias/uploads/FruitPrintShirtGift.png[/img]
Anything that isn't bigger than 700×700 will show up fine with [img].
But when an image is larger than 700×700, the forum requires you to resize it using the [image(width,height)] tag. This tag needs to include the size you want it to display as, and it needs to close with [/image] (not [/img]), and you can't put any spaces between the tag and the URL. For example:
- Code: Select all
[image(700,400)]https://64.media.tumblr.com/bae139982af624c8addc1c5d04769115/524612797f3de8ab-26/s2048x3072/aaf7cf00d80d9c2b7527adb0379b540ead16b49f.pnj[/image]
So basically:
– Use [img] for images up to 700×700.
– Use [image(width,height)] for images bigger than that.
– Make sure the tags match and there are no spaces.
That’s why your link was showing instead of the actual image!
and here is the final result:

If this is a little confusing, tell me and I'll try to explain better
