Hi all,
I would like to be able to use a php script/function that will
change the color of any text after the colon. For example,
There are many languages: English, French, etc... And
even more computer languages: C, VB, Php etc...
So what I would like to have the function do is:
There are many languages: <font color="blue">Englis, French, etc... <font>And
even more computer languages: <font color="blue">C, VB, Php etc...</font>
Any idea or help is appreciated!
