MyBB Community Forums

Full Version: Can't Use HTML in user titles
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
There is a problem , i cant use HTML in User titles.
Anyone can help with it?
in the past it worked
Thanks for adding the support credit back under your site.

Anyways, you should be able to do it. Try adding:

<font color="red">Test</font>
Still not working i did dis
<font color="black">Executive Administrator</font><br><font color="white">Director of GTA Operations</font>
in the past it worked but now its not,
Use span!
<span style="color:#FFFFFF;"><b>Admin</b><br> <p style="color: #FFFFFF;">Person</p></span>

Goodluck!
still not working
<span style="color:#000000;"><b>Executive Administrator</b><br> <p style="color:#FFFFFF ;">Director Of GTA Operations</p></span>
Hmm you're making this for a rank?
its a custom title , as i want him to have two tags
Tag 1
Tag 2
With diffterent colors , so i used this , in the past it worked byt now its not
--BUMP---
So, I just took a look at it, and I can replicate it don't work. I am pretty sure since MyBB 1.6.9 it has never been implement to add HTML/CSS.

It's very possible to do it in name though, by using the </br> tag.
Pages: 1 2