1. Adding code to a label

Note: The success in adding code to a label depends both on the type of code and the permissions of the user.

An example of this is the ability to embed a Google map into a label.

  • Expand the toolbar and click the code icon:
LabelCodeView.png
  • This brings up the screen in code (HTML) view.
  • Paste the code you got from Google maps (or other site) into this screen

Locate the text you want to insert the icon into and insert the code snippets below: 


 <i class="fa fa-puzzle-piece" ></i>

 <i class="fa fa-eye" ></i>

 <i class="fa fa-cog" ></i>

 <i class="fa fa-paper-plane-o" ></i>

 <i class="fa fa-clock-o" ></i>

You can find more icons here

Last modified: Wednesday, 30 June 2021, 12:59 PM