This posts an image as a link button.
BBCode usage
Code: Select all
[imgButton]{SIMPLETEXT1} {URL1} {URL2} {SIMPLETEXT2}[/imgButton]
Code: Select all
<div style="float: {SIMPLETEXT1}; text-align:center;">
<a href="{URL1}" target="_blank"><button style="border: none; color: black; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; cursor: pointer; background-color: #FF6A00;"><img src="{URL2}" style="max-width: 399px; height: auto;"><center>{SIMPLETEXT2}</center></button></a>
</div>
imgCaption
This posts an image with a caption centered underneath it.
BBCode usage
Code: Select all
[imgCaption]{SIMPLETEXT1} {URL} {SIMPLETEXT2}[/imgCaption]
Code: Select all
<div style="float: {SIMPLETEXT1}; text-align:center;">
<img src="{URL}" style="max-width:399px; height:auto;">
<center>{SIMPLETEXT2}</center>
</div>