MyBB Community Forums

Full Version: how to make the board msg in *full* color?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
like here ?
With the HTML colors?
yea i tried but it's not fully colored like here or msghelp..
it has white border when used the mod..
hello there,

create a new class for it, and then use it for the msg
do add it, you should edit its template which is found in the global templates

something like i did here

regards
thanks for your reply, zaher1988,

yet I don't get what to do.

you mean html class?

or to edit to code itself?
In theme manager create a new class

then in Admin CP > Templates > Modify / Delete > Global Templates > global_boardmsg

find

<td>$boardmessage</td>

replace with

<td class="urclass">$boardmessage</td>

If you dont know how to create a css class, read in this tutorial

regards
thanks!