Name

HTML::Colorize — Colorize a piece of HTML code

Synopsis

Import HTML;
string HTML::Colorize ( string  text ,
  string  color );

Parameters

string text

text to colorize

string color

item color

Return Value

string

HTML code

Description

i.e. embed it into [font color="..."]...[/font]

You still need to embed that into a paragraph or heading etc.!