MyBB Community Forums

Full Version: Added groups with coloring, link to user now broken
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I added a group with the username style as follows:

<a style="Color:#2E2EFE">{username}</a>

When I did this though, it broke the link to the user, so I can no longer click the username of the user. It broke the link in the online list, postbit, and the admin panel.

Has anyone experienced this before?
<span style="color: #2E2EFE;">{username}</span>
I see. So using <a> was overriding the styling applied to add the link.

Thanks.