MyBB Community Forums

Full Version: Images
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I can't seem to find anything about this but here is my question:

If I have a leaderboard type image that I want to be placed on the top or bottom of my forums (like an adverisement), how can I do it? And how can I make that image linkble?
You can add it to the header/footer template, and just use HTML to make it link-able:

<a href="URL here"><img src="IMG URL" alt="" /></a>
Thank you so much! Smile