I've tried this, but that doesn't work at all.
BBCode usage:
Code: Select all
[himg={URL1},{URL2}][/himg]
Code: Select all
<a href="{URL1}"
onMouseOver="if (document.images)document.imagename1.src='{URL1}';"
onMouseOut="if (document.images)document.imagename1.src='{URL2}';">
<IMG SRC="{URL2}" name=imagename1 style="max-width:100%"></a>