MyBB Community Forums

Full Version: Hyperlinks in Announcement Banners?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using this plugin http://mods.mybb.com/view/announcement to display a url for a different site. Is there any way I can make it a clickable hyperlink to the site instead of just having to copy paste it?
does it accept HTML? Have you tried making it a href link?
I dont know if it does or not, but the main problem is I have no idea how to use html yet. Sad

And I dont know what an href link is. :XD:
If it does accept it try this:

<a href="HTTP://YOUR-LINK.COM">Linked Text</a>
it accept html do what Andre R. said
Yeah, I got it working. Thanks Andre!