MyBB Community Forums

Full Version: How can I add HTML images?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well I have a custom HTML module on my Board and I am wondering what the HTML code would be to make the image a link to another page?
What plugin are you using?
you can use this :

<a href="page link here"><img src="image link here" width="200" height="100" border="0"></a>