It looks like there are two problems that are created with the drag-and-drop technique (which I never had realized existed). One is that it jumbles IMG and URL tags. Another is that the image isn't embedded if an "alt" attribute exists. Both need to be fixed for it to work.
Broken (the code from Blake00's post):
[/URL]
Fixed:
Compare this with the original image in Birdjaguar's post:
The ATTACH tag must be doing something extra beyond what the IMG tag does.
How can you copy the stegosaurus image, or another attached image you'd like to copy to another post? Right click on it and choose "Copy Image Address" (or your browser's equivalent command). The write:
Broken (the code from Blake00's post):
Code:
[IMG alt="05apex-museum-bzfm-superJumbo.webp"][URL]https://forums.civfanatics.com/attachments/05apex-museum-bzfm-superjumbo-webp.714737/[/IMG][/URL]
Fixed:
Code:
[IMG]https://forums.civfanatics.com/attachments/05apex-museum-bzfm-superjumbo-webp.714737/[/IMG]
Compare this with the original image in Birdjaguar's post:
Code:
[ATTACH type="full" width="586px" alt="05apex-museum-bzfm-superJumbo.webp"]714737[/ATTACH]
The ATTACH tag must be doing something extra beyond what the IMG tag does.
How can you copy the stegosaurus image, or another attached image you'd like to copy to another post? Right click on it and choose "Copy Image Address" (or your browser's equivalent command). The write:
Code:
[IMG]<ctrl+V the image address here>[/IMG]