XF 1.5 BB Code: how to make E-mail-address in Signature with custom color ?

erich37

Well-known member
I have this BB-Code in a "Signature" of one of my members:


Code:
[FONT=Arial][COLOR=#333333][B]Name of Company[/B]
Address of Company
Phone: 0123 4567 89-10
E-mail: [FONT=Arial][COLOR=#0b89d6][EMAIL]office@company.com[/EMAIL][/COLOR][/FONT]
[/COLOR][/FONT]


Issue: the color for the "E-mail address" is not showing at all.
Question: is there a way to make the "E-mail address" having a specific color?

Because each user wants to have a different color for their Links and E-mail-address within the "Signature".

Appreciate your help!
 
Try this:

Code:
[FONT=Arial][COLOR=#333333][B]Name of Company[/B]
Address of Company
Phone: 0123 4567 89-10
E-mail:[/COLOR][COLOR=#0b89d6][EMAIL]office@company.com[/EMAIL]
[/COLOR][/FONT]
 
unfortunately, this does not work.

The "custom color" works fine for URL-Links, but it seems not to be working for Email-Links.

This BB-Code stuff is a piece of crap.
 
Top Bottom