Oct 15, 2018 5:33 pm
Hi,
Is it possible to add a logo i.e. sponsor to a individual forums?
Thanks
4 Replies
Oct 15, 2018 9:32 pm
You can add an image path into the forum description field. Obviously you will want to limit such to a smallish size unless you want your forum to look like Times Square. Something like:
<img src="https://foo .com/admin/uploads/logoimage.png" alt=" width="100" height="50" />
And if you want an outgoing link to your sponsor's site:
<a href="https://www.foo-sponsor .com/" target="true"><img src="https://foo .com/admin/uploads/logoimage.png" alt=" width="100" height="50" /></a>