PDA

View Full Version : Using HTML in the forum description


iHunterJ
06-06-2019, 12:08 PM
Hi, I'm using this code:

<color="white">[ Administration Recruitment: </color><color="lime">OPEN</color> ]

In the forum description but it's not outputting the fonts in colour - just displaying them in grey. Any idea?

In Omnibus
06-06-2019, 01:16 PM
That's not proper HTML structure. <color> is not a valid HTML element.

Use <span style="color:white">Administration Recruitment:</span><span style="color:lime">OPEN</span>

iHunterJ
06-06-2019, 01:33 PM
That's not proper HTML structure. <color> is not a valid HTML element.

Use <span style="color:white">Administration Recruitment:</span><span style="color:lime">OPEN</span>

Thank you for your help. Mind if I contact you for a couple other little things?