Consider the following:
<p>
<b>
<div style="color:rgb(81,33,244)">Player1</div>
</b>
to overtake
<b>
<div style="color:rgb(187,4,0)">Player2</div>
</b>
in 1 hour 20 minutes
</p>
In this Player 1 and Player 2 are shown in different colors, however the 'div' breaks the line and it looks something like:
Player1
to overtake
Player2
in 1 hour 20 minutes
How can I color the players and yet keep them on the same line?