HTML text formatting
Supported HTML tags and settings
Omnidocs Create supports importing HTML-formatted text into documents and presentations. As with most implementations, Create only supports a subset of HTML tags. Here is a complete list of supported tags, as well as the properties that can be used to override HTML styling.
Supported HTML tags
<b><br/><font face="" size="" color="">face- Optional attribute, name of the font family.
size- Optional attribute, size of the font, integer from one to seven, three being the normal size.
color- Optional attribute, the color of the text. Can be a name (
'Red'), a hex value ('#FF0000'), or an RGB-formatted string ('rgb(255,0,0)').
- Optional attribute, the color of the text. Can be a name (
- Headings
<h1>,<h2>,<h3>,<h4>,<h5>,<h6>
<i><li><ol start="">start- Optional attribute, the value of the first list item in the list
<ul start="">-
start- Optional attribute, the value of the first list item in the list
-
<p><sub><sup><u>
Updated 23 days ago