Just checking (“Click to Enlarge” Images)
Syntax
<div align="center">
![](https://i.imgur.com/F4Zqhya.jpg "Click to enlarge")</div>
Produces
Well… it works. But, instead of opening in an overlay window on the same webpage, it opens in a new tab. (Will try some other things shortly).
Syntax
<div align="center">
[img="Click to enlarge"]https://i.imgur.com/F4Zqhya.jpg[/img]
</div>
Produces
What about just
[img="Click to enlarge"]https://i.imgur.com/F4Zqhya.jpg[/img]
To get
Or
<img src="https://i.imgur.com/F4Zqhya.jpg" alt="Click to enlarge">
Gets
And finally
![Click to enlarge](https://i.imgur.com/F4Zqhya.jpg)
Produces
I give up.
By the way, the last three tries came directly from our New Forum Guide, under “Post Images and Embedded Content”.