CMS Development

ereller
Participante

Issue with Rich Text Editor Source Code

resolver

Having an issue where I had a span tag inside an anchor for Font Awesome. Something like this: 

<a href="location.com">Link Text <span class="fas fa-chevron"><span></a>

But it doesn't save the span. I have instance of this working across my site, but if I make edits they go away and that span isn't showing up in any of the other rich text editor modules. 

Any suggestions?

0 Avaliação positiva
1 Solução aceita
Jim_smith94
Solução
Membro

Issue with Rich Text Editor Source Code

resolver
<a href="location.com">Link Text <span class="fas fa-chevron">&nbsp;<span></a>

 Hello mate,
You can use like this. its working fine.
Thanks

Exibir solução no post original

1 Resposta 1
Jim_smith94
Solução
Membro

Issue with Rich Text Editor Source Code

resolver
<a href="location.com">Link Text <span class="fas fa-chevron">&nbsp;<span></a>

 Hello mate,
You can use like this. its working fine.
Thanks