I have the following php code:
define('HEADING_TITLE', 'PLEASE NOTE - due to technical difficulties........');
I want that outputted text "please note....." to display in red
Is there a way to add html tags or something of the sort to have this output in red?
Thanks for helping an extreme noobie

-Aaron