The current solution colour-codes using

<font color="#FF9900">/* Login attempt */<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>

type coding. Can this be changed to CSS?

Comments

martinb9999’s picture

Ideally the CSS spans would be semantic, so:

<span class="phpcomment">/* Login attempt */<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
johnalbin’s picture

Status: Active » Closed (duplicate)