: I today rewrote the message rendering code and added support for any color and and code background.
:
: So, now you can do this
:
:
: Programmers Heaven
:
:
: by using the [ color=xxxxxx].....[/color] tag, where the xxxxxx is the RGB HEX values.
:
: Also, i also now support the use of
: [ code=xxxxxx]
: Where you can set the default background color of a code block, like
:
:
: case "blue"
: if closed=false then
: strBuf = strBuf & "<font color=""Blue"">"
: else
: strBuf = strBuf & "</font>"
: end if
:
:
:
:
:
:
/WEBMASTER
:
:
Very cool! Thanks a million!