Text
Plain or formatted text
Last updated
Plain or formatted text
Last updated
Select page in Navigator
Do one of the following:
Click on Toolbar
Select Insert > Widgets > Text
Click + on Toolbar, select text file.
Open Widget Inspector
Paste or enter text into Text area
Select Text widget in Navigator
Open Font Inspector
Set font settings
Text widgets are able to display styled text, specified using a subset of HTML 3.2 markup:
<b></b>
- bold
<strong></strong>
- bold
<i></i>
- italic
<br>
- new line
<p>
- paragraph
<u>
- underlined text
<font color="color_name" size="1-7"></font>
<h1> to <h6>
- headers
<a href="">
- anchor
<img src="" align="top,middle,bottom" width="" height="">
- inline images
<ol type="">
, <ul type="">
and <li>
- ordered and unordered lists
<pre></pre>
- preformatted
> < &