I am trying to create a multicolor link. I have tried a couple of variations, none of which work.
<a href="URL">Black text <span style="color:red">red text</span> black test</a>
<a href="URL">Black text <span class="rd">red text</span> black test</a>
Does anyone know how to do this?