...
- Save the photo above to your local.
- Go to http://jpillora.com/base64-encoder/
- Drag the photo saved previously into the website above.
- Copy the code generated.
- Go to your Userview Builder, edit the Userview Menu - Rich Text Editor.
- Click on HTML Source.
Add the img tag into the HTML Source Editor and put in the code copied earlier into the src attribute.
Code Block <img src="PASTE THE CODE HERE"/>
Reference: https://css-tricks.com/data-uris/
...
- In the webapps folder, create a new folder called images.
- Put the image file hi.png into the new folder.
- Go to your Userview Builder, edit the Userview Menu - Rich Text Editor.
- Click on HTML Source.
Add the img tag into the HTML Source Editor and construct the URL path to the image.
Code Block <img src="/images/hi.png"/>