Page 3 of 3

Re: Text Coloring

Posted: 19 Oct 2013 16:27
by Eowul
gwc.output.replace('coloured bold text', '<b><font color=red>coloured bold text</font></b>');

Re: Text Coloring

Posted: 19 Oct 2013 21:24
by Yanus
.

Re: Text Coloring

Posted: 19 Oct 2013 23:06
by Eowul
Hrrm , for color we have a separate command, but not for bold. I do believe though that you could pas a regexp in the first argument, so something like /.*/
I cant check the regexp thing at the moment though, so i could be wrong.

Re: Text Coloring

Posted: 20 Oct 2013 01:22
by Yanus
.