Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SOLVED Font Awesome tags disappear after saving change in source html
#7
There is an alternative work-around:

The recommended font awesome syntax is [example]
Code:
<i class="fa fa-camera-retro"></i>
If you take the unicode from the cheat sheet you can use that instead, ie
Code:
<i class="fa">&#xf083;</i>
Seems to work. No empty tags.
Reply


Messages In This Thread
RE: Font Awesome tags disappear after saving change in source html - by Timbow - 2014-11-21, 19:30:25



Users browsing this thread: 1 Guest(s)