Dragonop wrote:*Oh please teach me how to post URL's and IMAGES xd
OK.
You have to enclose URLs between the tags. Everything else is invalid. You used wrong syntax, that’s why it failed.
Dragonop wrote:[url]wiki.minetest.net/Map_Generator_Evolution#Version_3_.223d_noise.22[/url]
Invalid, because there is
not an URL between the tags. The scheme is missing (“http” in this case). Use:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
[url]http://wiki.minetest.net/Map_Generator_Evolution#Version_3_.223d_noise.22[/url]
Why have you omitted the scheme in the first place?
Dragonop wrote:[img]File-Turbulence_cliff_test.jpeg[/img]
Invalid, because this is not an URL. It is just a file name, but a file name alone is not enough. Yep, the file has to be somewhere on the Internet, otherwise this tag does not work. So you have to upload the image to some website first, then get its URL and enclose it between the IMG tags.
Alternatively, you may also choose to upload your image as an attachment, then you don’t need the IMG tag.