OK, well i've not started writing the actual code yet because I don't want to start if theres no way round the problem that I'm going to have. Basically what i'm gonna do is select a row from a table and split it where theres a space and then for every word that is now in the array i'll check for that with a : straight after it.
If it does then i'll colour code it, so if the row is
me: wow
then it'll colour code it, and that i'm fairly certain i can do, but the problem that i'm going to run into is
me me: wow
it won't colour code
me me: wow
, it'll only colour code the
me:wow part
i've been trying to figure out a way for ages now on how to do it so finally decided to post my problem on here, and hope someone replies, so thanks in advance if anyone can help