WikiD Instructables

Use of HTML

The use of HTML in dialogues allows you to customise the layout and design of text and numbers. However, the amount of actual HTML tags that are supported are limited to basic sets, like header tags, paragraphs, bold, italics, color, center. Imagine making and old school HTML 4 page.

If you can understand Google's Developer instructions, you should be able to determine the tags usable by going to https://developer.android.com/reference/android/text/Html.html#FROM_HTML_MODE_LEGACY

Known Supported Tags

The list is actually quite small. You can use some CSS values, but only for changing colour of text.

  • Line breaks <br>
  • Paragraphs <p>Text</p>
  • Headers <h1>Text</h1>
  • Font color <font color=#ff0000>Text</font>
  • Formatting <b></b><u></u><center></center> etc.

There may be others. They will be added!

WIP

This page is not complete and is only a draft!

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies