Tetra-WebBBS Support Forum

Re: Several Problems
In Response To: Re: Several Problems ()

: Can I get an example of the yellow-highlight and red color code for
: the FormatCode hash variable? I think I have the others figured
: out. Thanks.

Here is an example:

               '' => '<span class="green">',
               '' => '</span>',
               '' => '<span class="red">',
               '' => '</span>',
               '' => '<span class="blue">',
               '' => '</span>',
               '' => '<span class="highlight_yellow">',
               '' => '</span>',

However, you must pay attention to define the CSS class in site.css unless it's one already defined in webbbs.css.
.... and if you whish to use the formatting buttons you must ensure to assign the correct configuration there, unless it's already defined.

I'm sure you'll get the clue ;)

Enjoy!
Rainer