I'm trying to add some css tags (<strong>, <em> etc) to an entire paragraph <p> that contains a custom word, for example a paragraph like this <p>Title:....</p>
This could be easily done for the custom word only with a var.str and document write. I would be grateful if you could post the entire code.