CMS Development

ereller
参加者

Issue with Rich Text Editor Source Code

解決

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 いいね!
1件の承認済みベストアンサー
Jim_smith94
解決策
メンバー

Issue with Rich Text Editor Source Code

解決
<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

元の投稿で解決策を見る

1件の返信
Jim_smith94
解決策
メンバー

Issue with Rich Text Editor Source Code

解決
<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