Hey everyone, I'm looking to change the default blue color of the following URL to RED. I attempted using style="color:red" but it didn't work. Any suggestions on a better approach?
<div class="row-fluid">
<div class="span12" style="color:red"><a href="/event/alert/recipient/list/${alertStatusForm.forAlert.id}" class="underline">${fn:length(alertStatusForm.totalNotSentRecipient)}</a>
</div>
</div>