MyBB Community Forums

Full Version: Simple Question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When Creating Sub-Forums (Child Forums) Are you allowed to add CSS to the title showing colors in the name?
You can use HTML to style the forum names.

eg
<span style="color: #COLOUR HEX CODE HERE;MORE STYLE DECLARATIONS HERE;"> name of forum</span>

So if you wanted a red coloured forum name in bold, you'd do this:

<span style="color: red;font-weight: bold;">Example Forum Name</span>
That doesnt look like correct coding XD
What do you mean? You can't actually use CSS in the forum name, but you can use inline css with HTML to style names of forums etc.
or this

<span style="color: #8a5c43;">Warrior</span>
(2011-04-11, 12:09 PM)Abandon Wrote: [ -> ]or this

<span style="color: #8a5c43;">Warrior</span>

You can use the words like "red" aswell...
Yes you can. But Using examples such as (red, blue, green, black, white) will not be as accurate as a hex code would be. That's all I am saying and I was giving my piece of what I used to work perfectly. I am good with HTML and CSS but I didn't know that these forums were similar to I.P Boards.

That's all. No Need to get offended